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 | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | 羃蜃v | 1110001110110000111001011000011101110110 | e3b0e58776 |
EUC-JP | 羃蜃v | 1110011010110010111010011110011101110110 | e6b2e9e776 |
UTF-8 | 羃蜃v | 11100111101111101000001111101000100111001000001101110110 | e7be83e89c8376 |
UHC | ?蜃v | 00111111111000111111000101110110 | 3fe3f176 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)