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 | ?級? | 00111111100010111000100100111111 | 3f8b893f |
EUC-JP | 塼級? | 100011111011100010111001101101011110100100111111 | 8fb8b9b5e93f |
UTF-8 | 塼級헤 | 111001011010000110111100111001111011010010011010111011011001011110100100 | e5a1bce7b49aed97a4 |
UHC | 塼級헤 | 111011101111010011010000111001001100011111101100 | eef4d0e4c7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)