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 | 捧癢姙 | 100101011111100111100001100110001001101101001011 | 95f9e1989b4b |
EUC-JP | 捧癢姙 | 110010101111101111100001111110001101010110101100 | cafbe1f8d5ac |
UTF-8 | 捧癢姙 | 111001101000110110100111111001111001100110100010111001011010011110011001 | e68da7e799a2e5a799 |
UHC | 捧?姙 | 1101110011101001001111111110110011110101 | dce93fecf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)