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 | 111001001101010011100100110011111000001101101000 | e4d4e4cf8368 |
SJIS-WIN | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
EUC-JP | äÔäÏ?h | 1000111110101011101000111000111110101010110101001000111110101011101000111000111110101010110000010011111101101000 | 8faba38faad48faba38faac13f68 |
UTF-8 | äÔäÏh | 1100001110100100110000111001010011000011101001001100001110001111110000101000001101101000 | c3a4c394c3a4c38fc28368 |
UHC | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)