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 | ?嵌掉 | 0011111110011011110001101001110101111011 | 3f9bc69d7b |
EUC-JP | 瑗嵌掉 | 10001111110011001100000011010110110010001101100111011100 | 8fccc0d6c8d9dc |
UTF-8 | 瑗嵌掉 | 111001111001000110010111111001011011010110001100111001101000111010001001 | e79197e5b58ce68e89 |
UHC | 瑗嵌掉 | 111010101011110011001010111011101101001111111100 | eabccaeed3fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)