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 | 1011011011111101101101101111110101000010 | b6fdb6fd42 |
SJIS-WIN | ¶?¶?B | 10000001111101110011111110000001111101110011111101000010 | 81f73f81f73f42 |
EUC-JP | ¶ý¶ýB | 1010001011111001100011111010101111110010101000101111100110001111101010111111001001000010 | a2f98fabf2a2f98fabf242 |
UTF-8 | ¶ý¶ýB | 110000101011011011000011101111011100001010110110110000111011110101000010 | c2b6c3bdc2b6c3bd42 |
UHC | ¶?¶?B | 10100010110100100011111110100010110100100011111101000010 | a2d23fa2d23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)