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 | ÞóP | 110111101111001101010000 | def350 |
SJIS-WIN | ??P | 001111110011111101010000 | 3f3f50 |
EUC-JP | ÞóP | 10001111101010011011000010001111101010111101000101010000 | 8fa9b08fabd150 |
UTF-8 | ÞóP | 1100001110011110110000111011001101010000 | c39ec3b350 |
UHC | Þ?P | 10101000101011010011111101010000 | a8ad3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)