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 | àÍä£ | 11100000110011011110010010100011 | e0cde4a3 |
SJIS-WIN | ???£ | 0011111100111111001111111000000110010010 | 3f3f3f8192 |
EUC-JP | àÍä£ | 1000111110101011101000101000111110101010101111111000111110101011101000111010000111110010 | 8faba28faabf8faba3a1f2 |
UTF-8 | àÍä£ | 1100001110100000110000111000110111000011101001001100001010100011 | c3a0c38dc3a4c2a3 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)