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 | 證勘櫂 | 111001101001101010001010101010001001111101000100 | e69a8aa89f44 |
EUC-JP | 證勘櫂 | 111010111111101010110100101010101101110110100101 | ebfab4aadda5 |
UTF-8 | 證勘櫂 | 111010001010110110001001111001011000101110011000111001101010101110000010 | e8ad89e58b98e6ab82 |
UHC | 證勘櫂 | 111100011111101111001010111010111101010010100010 | f1fbcaebd4a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)