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 | ??w??? | 001111110011111101110111001111110011111100111111 | 3f3f773f3f3f |
SJIS-WIN | 嶸ッw嶸麗乂 | 11111010101101001010111101110111111110101011010010010111111011011001100010100111 | fab4af77fab497ed98a7 |
EUC-JP | 嶸ッw嶸麗乂 | 10001111101110111111010010001110101011110111011110001111101110111111010011001110111011111101000010101001 | 8fbbf48eaf778fbbf4ceefd0a9 |
UTF-8 | 嶸ッw嶸麗乂 | 11100101101101101011100011101111101111011010111101110111111001011011011010111000111010011011101010010111111001001011100110000010 | e5b6b8efbdaf77e5b6b8e9ba97e4b982 |
UHC | 嶸?w嶸麗乂 | 11100111101011100011111101110111111001111010111011010101111100101110011111010001 | e7ae3f77e7aed5f2e7d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)