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 | 瑶犒瑶犒^ | 111000001111010011100000101101011110000011110100111000001011010101011110 | e0f4e0b5e0f4e0b55e |
EUC-JP | 瑶犒瑶犒^ | 111000001111011011100000101101111110000011110110111000001011011101011110 | e0f6e0b7e0f6e0b75e |
UTF-8 | 瑶犒瑶犒^ | 11100111100100011011011011100111100010101001001011100111100100011011011011100111100010101001001001011110 | e791b6e78a92e791b6e78a925e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)