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 | ¢Ò¡À^ | 1010001011010010101000011100000001011110 | a2d2a1c05e |
SJIS-WIN | ¢???^ | 100000011001000100111111001111110011111101011110 | 81913f3f3f5e |
EUC-JP | ¢Ò¡À^ | 101000011111000110001111101010101101001010001111101000101100001010001111101010101010001001011110 | a1f18faad28fa2c28faaa25e |
UTF-8 | ¢Ò¡À^ | 110000101010001011000011100100101100001010100001110000111000000001011110 | c2a2c392c2a1c3805e |
UHC | ??¡?^ | 001111110011111110100010101011100011111101011110 | 3f3fa2ae3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)