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 | 當疳疽 | 111000010110001111100001011100001110000101110011 | e163e170e173 |
EUC-JP | 當疳疽 | 111000011100010011100001110100011110000111010100 | e1c4e1d1e1d4 |
UTF-8 | 當疳疽 | 111001111001010110110110111001111001011010110011111001111001011010111101 | e795b6e796b3e796bd |
UHC | 當疳疽 | 110100111101011111001010111101111110111011000101 | d3d7caf7eec5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)