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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 邇院邇院B | 111001111000111010001001010000001110011110001110100010010100000001000010 | e78e8940e78e894042 |
EUC-JP | 邇院邇院B | 111011011110111010110001101000011110110111101110101100011010000101000010 | edeeb1a1edeeb1a142 |
UTF-8 | 邇院邇院B | 11101001100000101000011111101001100110011010001011101001100000101000011111101001100110011010001001000010 | e98287e999a2e98287e999a242 |
UHC | 邇院邇院B | 111011001100010011101010110000101110110011000100111010101100001001000010 | ecc4eac2ecc4eac242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)