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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驢?轎鵡 | 11101001100001100011111111100111011111001001011010110111 | e9863fe77c96b7 |
EUC-JP | 驢璇轎鵡 | 111100011110011010001111110011001100111111101101110111011100110010111001 | f1e68fcccfedddccb9 |
UTF-8 | 驢璇轎鵡 | 111010011010100110100010111001111001001010000111111010001011110110001110111010011011010110100001 | e9a9a2e79287e8bd8ee9b5a1 |
UHC | 驢璇轎鵡 | 1101010111110000111000001100011011001110111100111101100111110111 | d5f0e0c6cef3d9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)