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 | ?L??Wv | 001111110100110000111111001111110101011101110110 | 3f4c3f3f5776 |
SJIS-WIN | Lモ」Wv | 11110111101011000100110011010011101000110101011101110110 | f7ac4cd3a35776 |
EUC-JP | ?Lモ」Wv | 0011111101001100100011101101001110001110101000110101011101110110 | 3f4c8ed38ea35776 |
UTF-8 | Lモ」Wv | 111011101001011010001111010011001110111110111110100100111110111110111101101000110101011101110110 | ee968f4cefbe93efbda35776 |
UHC | ?L??Wv | 001111110100110000111111001111110101011101110110 | 3f4c3f3f5776 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)