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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 蠎募献h | 11100101101110101001010111100101100011001010001101101000 | e5ba95e58ca368 |
EUC-JP | 蠎募献h | 11101010101111001100101011100111101110001010010101101000 | eabccae7b8a568 |
UTF-8 | 蠎募献h | 11101000101000001000111011100101100010111001111111100111100011001010111001101000 | e8a08ee58b9fe78cae68 |
UHC | ?募?h | 0011111111011001101101000011111101101000 | 3fd9b43f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)