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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | マヌ籔マヌ | 110011111100011111100010110101101100111111000111 | cfc7e2d6cfc7 |
EUC-JP | マヌ籔マヌ | 10001110110011111000111011000111111001001101100010001110110011111000111011000111 | 8ecf8ec7e4d88ecf8ec7 |
UTF-8 | マヌ籔マヌ | 111011111011111010001111111011111011111010000111111001111011000110010100111011111011111010001111111011111011111010000111 | efbe8fefbe87e7b194efbe8fefbe87 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)