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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?腫 | 001111111000111011101110 | 3f8eee |
EUC-JP | 梡腫 | 1000111111000011111100111011110011110000 | 8fc3f3bcf0 |
UTF-8 | 梡腫 | 111001101010001010100001111010001000010110101011 | e6a2a1e885ab |
UHC | 梡腫 | 11101000110010011111000011111110 | e8c9f0fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)