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 | ??c??? | 001111110011111101100011001111110011111100111111 | 3f3f633f3f3f |
SJIS-WIN | 嶸ィc嶸麗丱 | 11111010101101001010100001100011111110101011010010010111111011011001100010100011 | fab4a863fab497ed98a3 |
EUC-JP | 嶸ィc嶸麗丱 | 10001111101110111111010010001110101010000110001110001111101110111111010011001110111011111101000010100101 | 8fbbf48ea8638fbbf4ceefd0a5 |
UTF-8 | 嶸ィc嶸麗丱 | 11100101101101101011100011101111101111011010100001100011111001011011011010111000111010011011101010010111111001001011100010110001 | e5b6b8efbda863e5b6b8e9ba97e4b8b1 |
UHC | 嶸?c嶸麗? | 111001111010111000111111011000111110011110101110110101011111001000111111 | e7ae3f63e7aed5f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)