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 | マヌ | 11001111110001111111000110111101 | cfc7f1bd |
EUC-JP | マヌ? | 1000111011001111100011101100011100111111 | 8ecf8ec73f |
UTF-8 | マヌ | 111011111011111010001111111011111011111010000111111011101000010010111000 | efbe8fefbe87ee84b8 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)