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 | ?h?k | 00111111011010000011111101101011 | 3f683f6b |
SJIS-WIN | 但h叩k | 100100100100000101101000100100100100000001101011 | 92416892406b |
EUC-JP | 但h叩k | 110000111010001001101000110000111010000101101011 | c3a268c3a16b |
UTF-8 | 但h叩k | 1110010010111101100001100110100011100101100011111010100101101011 | e4bd8668e58fa96b |
UHC | 但h叩k | 110100111010001101101000110011011011000001101011 | d3a368cdb06b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)