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 | p¶p¶B | 100011110111000010001110101101101000111101110000100011101011011001000010 | 8f708eb68f708eb642 |
SJIS-WIN | ?p?¶?p?¶B | 0011111101110000001111111000000111110111001111110111000000111111100000011111011101000010 | 3f703f81f73f703f81f742 |
EUC-JP | ?p?¶?p?¶B | 0011111101110000001111111010001011111001001111110111000000111111101000101111100101000010 | 3f703fa2f93f703fa2f942 |
UTF-8 | p¶p¶B | 110000101000111101110000110000101000111011000010101101101100001010001111011100001100001010001110110000101011011001000010 | c28f70c28ec2b6c28f70c28ec2b642 |
UHC | ?p?¶?p?¶B | 0011111101110000001111111010001011010010001111110111000000111111101000101101001001000010 | 3f703fa2d23f703fa2d242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)