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 | 戊礫槇 | 100101011110100011100010010010011110101010100000 | 95e8e249eaa0 |
EUC-JP | 戊礫槇 | 110010101110101011100011101010101111010010100010 | caeae3aaf4a2 |
UTF-8 | 戊礫槇 | 111001101000100010001010111001111010010010101011111001101010011110000111 | e6888ae7a4abe6a787 |
UHC | 戊礫? | 1101100111100110110101011111100000111111 | d9e6d5f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)