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 | マヌ罔 | 11001111110001111110001110100110 | cfc7e3a6 |
EUC-JP | マヌ罔 | 100011101100111110001110110001111110011010101000 | 8ecf8ec7e6a8 |
UTF-8 | マヌ罔 | 111011111011111010001111111011111011111010000111111001111011110110010100 | efbe8fefbe87e7bd94 |
UHC | ??罔 | 00111111001111111101100011010010 | 3f3fd8d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)