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 | 軏檎椌 | 111110111011001010001100111001111001111010011101 | fbb28ce79e9d |
EUC-JP | 軏檎椌 | 10001111111000001101100110111000111010011101101111111101 | 8fe0d9b8e9dbfd |
UTF-8 | 軏檎椌 | 111010001011101110001111111001101010101010001110111001101010010010001100 | e8bb8fe6aa8ee6a48c |
UHC | ?檎? | 00111111110100001101010100111111 | 3fd0d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)