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??_h | 00111111001111110100111100111111001111110101111101101000 | 3f3f4f3f3f5f68 |
SJIS-WIN | 嶸ーO嶸ウ_h | 111110101011010010110000010011111111101010110100101100110101111101101000 | fab4b04ffab4b35f68 |
EUC-JP | 嶸ーO嶸ウ_h | 10001111101110111111010010001110101100000100111110001111101110111111010010001110101100110101111101101000 | 8fbbf48eb04f8fbbf48eb35f68 |
UTF-8 | 嶸ーO嶸ウ_h | 111001011011011010111000111011111011110110110000010011111110010110110110101110001110111110111101101100110101111101101000 | e5b6b8efbdb04fe5b6b8efbdb35f68 |
UHC | 嶸?O嶸?_h | 111001111010111000111111010011111110011110101110001111110101111101101000 | e7ae3f4fe7ae3f5f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)