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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 簫漏莟B | 11100010110100101001100001010010111001001010111101000010 | e2d29852e4af42 |
EUC-JP | 簫漏莟B | 11100100110101001100111110110011111010001011000101000010 | e4d4cfb3e8b142 |
UTF-8 | 簫漏莟B | 11100111101100001010101111100110101111001000111111101000100011101001111101000010 | e7b0abe6bc8fe88e9f42 |
UHC | 簫漏?B | 111000011100011111010111101010010011111101000010 | e1c7d7a93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)