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 | 111001001110011100111111001111111110010011100111001111110011111101000010 | e4e73f3fe4e73f3f42 |
EUC-JP | 蓍??蓍??B | 111010001110100100111111001111111110100011101001001111110011111101000010 | e8e93f3fe8e93f3f42 |
UTF-8 | 蓍놡껮蓍놡껮B | 11101000100100111000110111101011100001101010000111101010101110111010111011101000100100111000110111101011100001101010000111101010101110111010111001000010 | e8938deb86a1eabbaee8938deb86a1eabbae42 |
UHC | 蓍놡껮蓍놡껮B | 11100011110010011000011101000100100001000100011011100011110010011000011101000100100001000100011001000010 | e3c987448446e3c98744844642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)