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 | äÜo | 11100100110111001000101101101111 | e4dc8b6f |
SJIS-WIN | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
EUC-JP | äÜ?o | 1000111110101011101000111000111110101010111001000011111101101111 | 8faba38faae43f6f |
UTF-8 | äÜo | 11000011101001001100001110011100110000101000101101101111 | c3a4c39cc28b6f |
UHC | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)