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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ユ詆 | 110101011110011001101000 | d5e668 |
EUC-JP | ユ詆 | 10001110110101011110101111001001 | 8ed5ebc9 |
UTF-8 | ユ詆 | 111011111011111010010101111010001010100110000110 | efbe95e8a986 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)