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 | ?????nB | 00111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f6e42 |
SJIS-WIN | 指冀???nB | 100011100111011110011001011000100011111100111111001111110110111001000010 | 8e7799623f3f3f6e42 |
EUC-JP | 指冀???nB | 101110111101100011010001110000110011111100111111001111110110111001000010 | bbd8d1c33f3f3f6e42 |
UTF-8 | 指冀렍쇳쓩nB | 1110011010001100100001111110010110000110100000001110101110100000100011011110110010000111101100111110110010010011101010010110111001000010 | e68c87e58680eba08dec87b3ec93a96e42 |
UHC | 指冀렍쇳쓩nB | 111100101010011011010000111011011000111010100011101111001110110110111110101100010110111001000010 | f2a6d0ed8ea3bcedbeb16e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)