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 | 淨?憶?證 | 1001111111000100001111111000100110101111001111111110011010011010 | 9fc43f89af3fe69a |
EUC-JP | 淨?憶?證 | 1101111011000110001111111011001010110001001111111110101111111010 | dec63fb2b13febfa |
UTF-8 | 淨렔憶렞證 | 111001101011011110101000111010111010000010010100111001101000011010110110111010111010000010011110111010001010110110001001 | e6b7a8eba094e686b6eba09ee8ad89 |
UHC | 淨렔憶렞證 | 11101111111001001000111010101001111001011110001110001110101011111111000111111011 | efe48ea9e5e38eaff1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)