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 | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-WIN | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
EUC-JP | 倻??v | 100011111011000111110110001111110011111101110110 | 8fb1f63f3f76 |
UTF-8 | 倻뽰닪v | 11100101100000001011101111101011101111011011000011101011100010111010101001110110 | e580bbebbdb0eb8baa76 |
UHC | 倻뽰닪v | 11100101101001101001011011101100100010001010010101110110 | e5a696ec88a576 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)