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 | 題競? | 1001000111101000100010111010001100111111 | 91e88ba33f |
EUC-JP | 題競? | 1100001011101010101101101010010100111111 | c2eab6a53f |
UTF-8 | 題競렫 | 111010011010000110001100111001111010101110110110111010111010000010101011 | e9a18ce7abb6eba0ab |
UHC | 題競렫 | 111100001011100111001100111001101000111010111001 | f0b9cce68eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)