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 | ?????E | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 嶸ー巐駕丿E | 11111010101101001011000011111010101101101000100111101101100110001010011001000101 | fab4b0fab689ed98a645 |
EUC-JP | 嶸ー巐駕丿E | 10001111101110111111010010001110101100001000111110111011111110011011001011101111110100001010100001000101 | 8fbbf48eb08fbbf9b2efd0a845 |
UTF-8 | 嶸ー巐駕丿E | 11100101101101101011100011101111101111011011000011100101101101111001000011101001101001111001010111100100101110001011111101000101 | e5b6b8efbdb0e5b790e9a795e4b8bf45 |
UHC | 嶸??駕?E | 1110011110101110001111110011111111001010101111010011111101000101 | e7ae3f3fcabd3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)