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 | 梳P | 11100110101000101011001101010000 | e6a2b350 |
SJIS-WIN | ?¢?P | 0011111110000001100100010011111101010000 | 3f81913f50 |
EUC-JP | �P | 10001111101010011100000110100001111100010011111101010000 | 8fa9c1a1f13f50 |
UTF-8 | 梳P | 11000011101001101100001010100010110000101011001101010000 | c3a6c2a2c2b350 |
UHC | æ?³P | 101010011010000100111111101010011111100001010000 | a9a13fa9f850 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)