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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 韋ケ繧冗 | 11101000111010001011100111100011100000101000111111100111 | e8e8b9e3828fe7 |
EUC-JP | 韋ケ繧冗 | 1111000011101010100011101011100111100101111000101011111011101001 | f0ea8eb9e5e2bee9 |
UTF-8 | 韋ケ繧冗 | 111010011001111110001011111011111011110110111001111001111011100110100111111001011000011010010111 | e99f8befbdb9e7b9a7e58697 |
UHC | 韋??冗 | 111010101101111100111111001111111110100110110111 | eadf3f3fe9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)