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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蝪シ彧俯 | 11100101101000011011110011111010101110011001100011101011 | e5a1bcfab998eb |
EUC-JP | 蝪シ彧俯 | 111010101010001110001110101111001000111110111100111111101101000011101101 | eaa38ebc8fbcfed0ed |
UTF-8 | 蝪シ彧俯 | 111010001001110110101010111011111011110110111100111001011011110110100111111001001011111110101111 | e89daaefbdbce5bda7e4bfaf |
UHC | ??彧俯 | 001111110011111111101001111011101101110011110110 | 3f3fe9eedcf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)