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 | àÙàÑàÏ@ | 11100000110110011110000011010001111000001100111101000000 | e0d9e0d1e0cf40 |
SJIS-WIN | ??????@ | 00111111001111110011111100111111001111110011111101000000 | 3f3f3f3f3f3f40 |
EUC-JP | àÙàÑàÏ@ | 10001111101010111010001010001111101010101110001110001111101010111010001010001111101010101101000010001111101010111010001010001111101010101100000101000000 | 8faba28faae38faba28faad08faba28faac140 |
UTF-8 | àÙàÑàÏ@ | 11000011101000001100001110011001110000111010000011000011100100011100001110100000110000111000111101000000 | c3a0c399c3a0c391c3a0c38f40 |
UHC | ??????@ | 00111111001111110011111100111111001111110011111101000000 | 3f3f3f3f3f3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)