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 | 髏馴摯 | 111010011001000010010011111010011001110110010101 | e99093e99d95 |
EUC-JP | 髏馴摯 | 111100011111000011000110111010111101100111110101 | f1f0c6ebd9f5 |
UTF-8 | 髏馴摯 | 111010011010101110001111111010011010011010110100111001101001000110101111 | e9ab8fe9a6b4e691af |
UHC | ?馴摯 | 0011111111100010111110001111001010100111 | 3fe2f8f2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)