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 | 110111101111001101101111 | def36f |
SJIS-WIN | ??o | 001111110011111101101111 | 3f3f6f |
EUC-JP | Þóo | 10001111101010011011000010001111101010111101000101101111 | 8fa9b08fabd16f |
UTF-8 | Þóo | 1100001110011110110000111011001101101111 | c39ec3b36f |
UHC | Þ?o | 10101000101011010011111101101111 | a8ad3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)