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 | ユ騙 | 110101011110100101111000 | d5e978 |
EUC-JP | ユ騙 | 10001110110101011111000111011001 | 8ed5f1d9 |
UTF-8 | ユ騙 | 111011111011111010010101111010011010100010011001 | efbe95e9a899 |
UHC | ?騙 | 001111111111100010111110 | 3ff8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)