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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | ロヲH | 1101101110100110111101111010101001001000 | dba6f7aa48 |
EUC-JP | ロヲ?H | 100011101101101110001110101001100011111101001000 | 8edb8ea63f48 |
UTF-8 | ロヲH | 11101111101111101001101111101111101111011010011011101110100101101000110101001000 | efbe9befbda6ee968d48 |
UHC | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)