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 | ??????E] | 0011111100111111001111110011111100111111001111110100010101011101 | 3f3f3f3f3f3f455d |
SJIS-WIN | ??????E] | 0011111100111111001111110011111100111111001111110100010101011101 | 3f3f3f3f3f3f455d |
EUC-JP | ??????E] | 0011111100111111001111110011111100111111001111110100010101011101 | 3f3f3f3f3f3f455d |
UTF-8 | 렱렗섦렱렗셋E] | 1110101110100000101100011110101110100000100101111110110010000100101001101110101110100000101100011110101110100000100101111110110010000101100010110100010101011101 | eba0b1eba097ec84a6eba0b1eba097ec858b455d |
UHC | 렱렗섦렱렗셋E] | 1000111010111110100011101010110010111100101101001000111010111110100011101010110010111100110000100100010101011101 | 8ebe8eacbcb48ebe8eacbcc2455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)