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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蓊。螂ァ蕀 | 1110010011100001101000011110010110100101101001111110010011111001 | e4e1a1e5a5a7e4f9 |
EUC-JP | 蓊。螂ァ蕀 | 11101000111000111000111010100001111010101010011110001110101001111110100011111011 | e8e38ea1eaa78ea7e8fb |
UTF-8 | 蓊。螂ァ蕀 | 111010001001001110001010111011111011110110100001111010001001111010000010111011111011110110100111111010001001010110000000 | e8938aefbda1e89e82efbda7e89580 |
UHC | ??螂?? | 001111110011111111010101110011000011111100111111 | 3f3fd5cc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)