To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 訝??歪ゆ? | 111001100110001000111111001111111001100001100011100000101110010000111111 | e6623f3f986382e43f |
EUC-JP | 訝??歪ゆ? | 111010111100001100111111001111111100111111000100101001001110011000111111 | ebc33f3fcfc4a4e63f |
UTF-8 | 訝딉슴歪ゆ럴 | 111010001010100010011101111010111001010010001001111011001000101010110100111001101010110110101010111000111000001010000110111010111001111110110100 | e8a89deb9489ec8ab4e6adaae38286eb9fb4 |
UHC | 訝딉슴歪ゆ럴 | 111001001011100010001010111011111011110110111111111010001110000010101010111001101011011110110010 | e4b88aefbdbfe8e0aae6b7b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)