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 | äÃáeh | 1110010011000011111000010110010101101000 | e4c3e16568 |
SJIS-WIN | ???eh | 0011111100111111001111110110010101101000 | 3f3f3f6568 |
EUC-JP | äÃáeh | 1000111110101011101000111000111110101010101010101000111110101011101000010110010101101000 | 8faba38faaaa8faba16568 |
UTF-8 | äÃáeh | 1100001110100100110000111000001111000011101000010110010101101000 | c3a4c383c3a16568 |
UHC | ???eh | 0011111100111111001111110110010101101000 | 3f3f3f6568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)