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 | 嘲貊劒 | 100110100111110111100110101110111001100110011010 | 9a7de6bb999a |
EUC-JP | 嘲貊劒 | 110100111101111011101100101111011101000111111010 | d3deecbdd1fa |
UTF-8 | 嘲貊劒 | 111001011001100010110010111010001011001010001010111001011000101010010010 | e598b2e8b28ae58a92 |
UHC | 嘲貊劒 | 111100001011111111011000111001111100101111111101 | f0bfd8e7cbfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)