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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 踈キD踈キD^ | 111001101111000110110111010001001110011011110001101101110100010001011110 | e6f1b744e6f1b7445e |
EUC-JP | 踈キD踈キD^ | 1110110011110011100011101011011101000100111011001111001110001110101101110100010001011110 | ecf38eb744ecf38eb7445e |
UTF-8 | 踈キD踈キD^ | 111010001011100010001000111011111011110110110111010001001110100010111000100010001110111110111101101101110100010001011110 | e8b888efbdb744e8b888efbdb7445e |
UHC | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)