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 | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 蒸?h | 10001111111101100011111101101000 | 8ff63f68 |
EUC-JP | 蒸?h | 10111110111110000011111101101000 | bef83f68 |
UTF-8 | 蒸렒h | 11101000100100101011100011101011101000001001001001101000 | e892b8eba09268 |
UHC | 蒸렒h | 1111000111111010100011101010011101101000 | f1fa8ea768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)