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 | ܽ¿Ü | 11011100101111011011111111011100 | dcbdbfdc |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Ü?¿Ü | 10001111101010101110010000111111100011111010001011000100100011111010101011100100 | 8faae43f8fa2c48faae4 |
UTF-8 | ܽ¿Ü | 1100001110011100110000101011110111000010101111111100001110011100 | c39cc2bdc2bfc39c |
UHC | ?½¿? | 001111111010100011110110101000101010111100111111 | 3fa8f6a2af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)