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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 寘革^ | 1111101010101001100010100111011001011110 | faa98a765e |
EUC-JP | 寘革^ | 100011111011101011100001101100111101011101011110 | 8fbae1b3d75e |
UTF-8 | 寘革^ | 11100101101011111001100011101001100111011010100101011110 | e5af98e99da95e |
UHC | ?革^ | 00111111111110101101010001011110 | 3ffad45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)