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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 綛≦后^ | 11100011010110001000000110000101100011010100000001011110 | e35881858d405e |
EUC-JP | 綛≦后^ | 11100101101110011010000111100101101110011010000101011110 | e5b9a1e5b9a15e |
UTF-8 | 綛≦后^ | 11100111101101101001101111100010100010011010011011100101100100001000111001011110 | e7b69be289a6e5908e5e |
UHC | ??后^ | 0011111100111111111111011010100001011110 | 3f3ffda85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)