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 | 鬟ョ寬 | 1110100110100011101011101111101010101010 | e9a3aefaaa |
EUC-JP | 鬟ョ? | 1111001010100101100011101010111000111111 | f2a58eae3f |
UTF-8 | 鬟ョ寬 | 111010011010110010011111111011111011110110101110111001011010111110101100 | e9ac9fefbdaee5afac |
UHC | ??寬 | 00111111001111111100111010110000 | 3f3fceb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)