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 | 悉フ蝪 | 111100101010111010001110101110111111000010101000110011001110010110100001 | f2ae8ebbf0a8cce5a1 |
EUC-JP | ?悉?フ蝪 | 0011111110111100101111010011111110001110110011001110101010100011 | 3fbcbd3f8ecceaa3 |
UTF-8 | 悉フ蝪 | 111011101000011110100101111001101000001010001001111011101000000110100111111011111011111010001100111010001001110110101010 | ee87a5e68289ee81a7efbe8ce89daa |
UHC | ?悉??? | 001111111110001111111010001111110011111100111111 | 3fe3fa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)