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 | àÙäh | 1110000011011001111001001000001001101000 | e0d9e48268 |
SJIS-WIN | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
EUC-JP | àÙä?h | 1000111110101011101000101000111110101010111000111000111110101011101000110011111101101000 | 8faba28faae38faba33f68 |
UTF-8 | àÙäh | 110000111010000011000011100110011100001110100100110000101000001001101000 | c3a0c399c3a4c28268 |
UHC | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)