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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 嘆則狸揃B | 100100100101000110010001101001011001001001001011100100011011010101000010 | 925191a5924b91b542 |
EUC-JP | 嘆則狸揃B | 110000111011001011000010101001111100001110101100110000101011011101000010 | c3b2c2a7c3acc2b742 |
UTF-8 | 嘆則狸揃B | 11100101100110001000011011100101100010011000011111100111100010111011100011100110100011111000001101000010 | e59886e58987e78bb8e68f8342 |
UHC | 嘆則狸?B | 1111011110100011111101101100111011010111111000010011111101000010 | f7a3f6ced7e13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)