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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??羚 | 00111111001111111110001110110111 | 3f3fe3b7 |
EUC-JP | ??羚 | 00111111001111111110011010111001 | 3f3fe6b9 |
UTF-8 | 稶꿴羚 | 111001111010100010110110111010101011111110110100111001111011111010011010 | e7a8b6eabfb4e7be9a |
UHC | 稶꿴羚 | 111010011111001110110010111010011101011010111110 | e9f3b2e9d6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)