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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 浙囁BF | 100111111011010010011010100100010100001001000110 | 9fb49a914246 |
EUC-JP | 浙囁BF | 110111101011011011010011111100010100001001000110 | deb6d3f14246 |
UTF-8 | 浙囁BF | 1110011010110101100110011110010110011011100000010100001001000110 | e6b599e59b814246 |
UHC | 浙?BF | 1110111110111010001111110100001001000110 | efba3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)