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 | マヌ茯 | 11001111110001111110010010101000 | cfc7e4a8 |
EUC-JP | マヌ茯 | 100011101100111110001110110001111110100010101010 | 8ecf8ec7e8aa |
UTF-8 | マヌ茯 | 111011111011111010001111111011111011111010000111111010001000110010101111 | efbe8fefbe87e88caf |
UHC | ??茯 | 00111111001111111101110011011010 | 3f3fdcda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)