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 | 煮蓁爵 | 100011101100111111100100111010111000111011011101 | 8ecfe4eb8edd |
EUC-JP | 煮蓁爵 | 101111001101000111101000111011011011110011011111 | bcd1e8edbcdf |
UTF-8 | 煮蓁爵 | 111001111000010110101110111010001001001110000001111001111000100010110101 | e785aee89381e788b5 |
UHC | 煮?爵 | 1110110110110100001111111110110111001001 | edb43fedc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)