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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 菴??菴??B | 111001001011110100111111001111111110010010111101001111110011111101000010 | e4bd3f3fe4bd3f3f42 |
EUC-JP | 菴??菴??B | 111010001011111100111111001111111110100010111111001111110011111101000010 | e8bf3f3fe8bf3f3f42 |
UTF-8 | 菴뀁ㅆ菴뀁ㅆB | 11101000100011111011010011101011100000001000000111100011100001011000011011101000100011111011010011101011100000001000000111100011100001011000011001000010 | e88fb4eb8081e38586e88fb4eb8081e3858642 |
UHC | 菴뀁ㅆ菴뀁ㅆB | 11100100111000001011001011101100101001001011011011100100111000001011001011101100101001001011011001000010 | e4e0b2eca4b6e4e0b2eca4b642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)