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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 成誦席 | 100100001010110011100110011101011001000011001000 | 90ace67590c8 |
EUC-JP | 成誦席 | 110000001010111011101011110101101100000011001010 | c0aeebd6c0ca |
UTF-8 | 成誦席 | 111001101000100010010000111010001010101010100110111001011011100010101101 | e68890e8aaa6e5b8ad |
UHC | 成誦席 | 111000001111011111100001111010011110000010101100 | e0f7e1e9e0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)