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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 煮璽 | 111100001111100010001110110011111000111010100011 | f0f88ecf8ea3 |
EUC-JP | ?煮璽 | 0011111110111100110100011011110010100101 | 3fbcd1bca5 |
UTF-8 | 煮璽 | 111011101000001010110111111001111000010110101110111001111001001010111101 | ee82b7e785aee792bd |
UHC | ?煮璽 | 0011111111101101101101001101111111011110 | 3fedb4dfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)