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 | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 淼疾h | 1111101101000101100011101011111001101000 | fb458ebe68 |
EUC-JP | 淼疾h | 100011111100011111100110101111001100000001101000 | 8fc7e6bcc068 |
UTF-8 | 淼疾h | 11100110101101111011110011100111100101101011111001101000 | e6b7bce796be68 |
UHC | ?疾h | 00111111111100101111000001101000 | 3ff2f068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)