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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 迴守庶 | 111001111000111110001110111001111000111110001110 | e78f8ee78f8e |
EUC-JP | 迴守庶 | 111011011110111110111100111010011011110111101110 | edefbce9bdee |
UTF-8 | 迴守庶 | 111010001011111110110100111001011010111010001000111001011011101010110110 | e8bfb4e5ae88e5bab6 |
UHC | ?守庶 | 0011111111100001111110101101111111101110 | 3fe1fadfee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)