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 | 跡碣h | 100100001101010111100001111100001000001010001000 | 90d5e1f08288 |
EUC-JP | 跡碣h | 110000001101011111100010111100101010001111101000 | c0d7e2f2a3e8 |
UTF-8 | 跡碣h | 111010001011011110100001111001111010001010100011111011111011110110001000 | e8b7a1e7a2a3efbd88 |
UHC | 跡碣h | 111011101110011011001010111001011010001111101000 | eee6cae5a3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)