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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 齊D齊D^ | 11101010100011100100010011101010100011100100010001011110 | ea8e44ea8e445e |
EUC-JP | 齊D齊D^ | 11110011111011100100010011110011111011100100010001011110 | f3ee44f3ee445e |
UTF-8 | 齊D齊D^ | 111010011011110110001010010001001110100110111101100010100100010001011110 | e9bd8a44e9bd8a445e |
UHC | 齊D齊D^ | 11110000101110100100010011110000101110100100010001011110 | f0ba44f0ba445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)