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 | ??kB | 00111111001111110110101101000010 | 3f3f6b42 |
SJIS-WIN | 先盾kB | 100100001110011010001111100000100110101101000010 | 90e68f826b42 |
EUC-JP | 先盾kB | 110000001110100010111101111000100110101101000010 | c0e8bde26b42 |
UTF-8 | 先盾kB | 1110010110000101100010001110011110011011101111100110101101000010 | e58588e79bbe6b42 |
UHC | 先盾kB | 111000001011101111100010111010100110101101000010 | e0bbe2ea6b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)