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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蝪シ岺ソB | 11100101101000011011110011111010101011011011111101000010 | e5a1bcfaadbf42 |
EUC-JP | 蝪シ岺ソB | 11101010101000111000111010111100100011111011101110111000100011101011111101000010 | eaa38ebc8fbbb88ebf42 |
UTF-8 | 蝪シ岺ソB | 11101000100111011010101011101111101111011011110011100101101100101011101011101111101111011011111101000010 | e89daaefbdbce5b2baefbdbf42 |
UHC | ??岺?B | 001111110011111111010110101110010011111101000010 | 3f3fd6b93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)