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 | 昻 | 11110100101010011111101011010000 | f4a9fad0 |
EUC-JP | ?? | 0011111100111111 | 3f3f |
UTF-8 | 昻 | 111011101000110110011000111001101001100010111011 | ee8d98e698bb |
UHC | ?昻 | 001111111110010011101001 | 3fe4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)