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 | 褝滕搗 | 111001011111101010011111111011001001110110010001 | e5fa9fec9d91 |
EUC-JP | 褝滕搗 | 111010101111110011011110111011101101100111110001 | eafcdeeed9f1 |
UTF-8 | 褝滕搗 | 111010001010010010011101111001101011101110010101111001101001000010010111 | e8a49de6bb95e69097 |
UHC | ??搗 | 00111111001111111101001111111101 | 3f3fd3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)