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 | 治邪 | 111100101110011110001110101000011000111011010111 | f2e78ea18ed7 |
EUC-JP | ?治邪 | 0011111110111100101000111011110011011001 | 3fbca3bcd9 |
UTF-8 | 治邪 | 111011101000100010011110111001101011001010111011111010011000001010101010 | ee889ee6b2bbe982aa |
UHC | ?治邪 | 0011111111110110101111011101111011110111 | 3ff6bddef7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)