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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 硅裴硅裴^ | 111000011110100111100101111010001110000111101001111001011110100001011110 | e1e9e5e8e1e9e5e85e |
EUC-JP | 硅裴硅裴^ | 111000101110101111101010111010101110001011101011111010101110101001011110 | e2ebeaeae2ebeaea5e |
UTF-8 | 硅裴硅裴^ | 11100111101000011000010111101000101000111011010011100111101000011000010111101000101000111011010001011110 | e7a185e8a3b4e7a185e8a3b45e |
UHC | 硅裴硅裴^ | 110100001010100111011011110100001101000010101001110110111101000001011110 | d0a9dbd0d0a9dbd05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)