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 | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 丹短H | 1001001001001111100100100101101001001000 | 924f925a48 |
EUC-JP | 丹短H | 1100001110110000110000111011101101001000 | c3b0c3bb48 |
UTF-8 | 丹短H | 11100100101110001011100111100111100111111010110101001000 | e4b8b9e79fad48 |
UHC | 丹短H | 1101001110100001110100111010110101001000 | d3a1d3ad48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)