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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 嘆丹鱈尊^ | 100100100101000110010010010011111001001001001100100100011011100001011110 | 9251924f924c91b85e |
EUC-JP | 嘆丹鱈尊^ | 110000111011001011000011101100001100001110101101110000101011101001011110 | c3b2c3b0c3adc2ba5e |
UTF-8 | 嘆丹鱈尊^ | 11100101100110001000011011100100101110001011100111101001101100011000100011100101101100001000101001011110 | e59886e4b8b9e9b188e5b08a5e |
UHC | 嘆丹?尊^ | 1111011110100011110100111010000100111111111100001110111001011110 | f7a3d3a13ff0ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)