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 | ??O??B\ | 00111111001111110100111100111111001111110100001001011100 | 3f3f4f3f3f425c |
SJIS-WIN | 嶸ーO嶸ウB\ | 111110101011010010110000010011111111101010110100101100110100001001011100 | fab4b04ffab4b3425c |
EUC-JP | 嶸ーO嶸ウB\ | 10001111101110111111010010001110101100000100111110001111101110111111010010001110101100110100001001011100 | 8fbbf48eb04f8fbbf48eb3425c |
UTF-8 | 嶸ーO嶸ウB\ | 111001011011011010111000111011111011110110110000010011111110010110110110101110001110111110111101101100110100001001011100 | e5b6b8efbdb04fe5b6b8efbdb3425c |
UHC | 嶸?O嶸?B\ | 111001111010111000111111010011111110011110101110001111110100001001011100 | e7ae3f4fe7ae3f425c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)