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 | ??ZB | 00111111001111110101101001000010 | 3f3f5a42 |
SJIS-WIN | 甯宍ZB | 111110101010100010001110101100110101101001000010 | faa88eb35a42 |
EUC-JP | 甯宍ZB | 10001111110011011010101010111100101101010101101001000010 | 8fcdaabcb55a42 |
UTF-8 | 甯宍ZB | 1110011110010100101011111110010110101110100011010101101001000010 | e794afe5ae8d5a42 |
UHC | ??ZB | 00111111001111110101101001000010 | 3f3f5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)