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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 凹??\ | 1000100110011010001111110011111101011100 | 899a3f3f5c |
EUC-JP | 凹??\ | 1011000111111010001111110011111101011100 | b1fa3f3f5c |
UTF-8 | 凹욆뻗\ | 11100101100001111011100111101100100110101000011011101011101110111001011101011100 | e587b9ec9a86ebbb975c |
UHC | 凹욆뻗\ | 11101000111010101001111011101000101110111011100001011100 | e8ea9ee8bbb85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)