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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 冶??魏? | 10010110111010000011111100111111111010011011000000111111 | 96e83f3fe9b03f |
EUC-JP | 冶??魏? | 11001100111010100011111100111111111100101011001000111111 | ccea3f3ff2b23f |
UTF-8 | 冶싢넃魏뛄 | 111001011000011010110110111011001000101110100010111010111000010010000011111010011010110110001111111010111001101110000100 | e586b6ec8ba2eb8483e9ad8feb9b84 |
UHC | 冶싢넃魏뛄 | 11100101101001111001101011100010100001101001001111101010111000001000110101000010 | e5a79ae28693eae08d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)