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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 讚帷カ南屏 | 111001101010101110011011111001111011011010010011111011001001101110100000 | e6ab9be7b693ec9ba0 |
EUC-JP | 讚帷カ南屏 | 11101100101011011101011011101001100011101011011011000110111011101101011010100010 | ecadd6e98eb6c6eed6a2 |
UTF-8 | 讚帷カ南屏 | 111010001010111010011010111001011011100010110111111011111011110110110110111001011000110110010111111001011011000110001111 | e8ae9ae5b8b7efbdb6e58d97e5b18f |
UHC | 讚??南? | 11110011110001100011111100111111110100011111010100111111 | f3c63f3fd1f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)