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 | 襞倶鬼 | 111001011111110010001011111001001000101101010011 | e5fc8be48b53 |
EUC-JP | 襞倶鬼 | 111010101111111010110110111001101011010110110100 | eafeb6e6b5b4 |
UTF-8 | 襞倶鬼 | 111010001010010110011110111001011000000010110110111010011010110010111100 | e8a59ee580b6e9acbc |
UHC | ??鬼 | 00111111001111111101000010100001 | 3f3fd0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)