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 | ?綜 | 001111111001000110001110 | 3f918e |
EUC-JP | ?綜 | 001111111100000111101110 | 3fc1ee |
UTF-8 | 롚綜 | 111010111010000110011010111001111011011010011100 | eba19ae7b69c |
UHC | 롚綜 | 10001110110111101111000011111100 | 8edef0fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)