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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | マヌ晥 | 110011111100011111111001101010111111101011010101 | cfc7f9abfad5 |
EUC-JP | マヌ?? | 100011101100111110001110110001110011111100111111 | 8ecf8ec73f3f |
UTF-8 | マヌ晥 | 111011111011111010001111111011111011111010000111111011101001110010000110111001101001100110100101 | efbe8fefbe87ee9c86e699a5 |
UHC | ???晥 | 0011111100111111001111111111110010110111 | 3f3f3ffcb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)