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 | 雅Ξ | 10001001111010111000001110101100 | 89eb83ac |
EUC-JP | 雅Ξ | 10110010111011011010011010101110 | b2eda6ae |
UTF-8 | 雅Ξ | 1110100110011011100001011100111010011110 | e99b85ce9e |
UHC | 雅Ξ | 11100100101110101010010111001110 | e4baa5ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)