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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 爰??B | 1110000010100111001111110011111101000010 | e0a73f3f42 |
EUC-JP | 爰杻?B | 11100000101010011000111111000011101001100011111101000010 | e0a98fc3a63f42 |
UTF-8 | 爰杻땋B | 11100111100010001011000011100110100111011011101111101011100101011000101101000010 | e788b0e69dbbeb958b42 |
UHC | 爰杻땋B | 11101010101110101101001011101110101101101010011001000010 | eabad2eeb6a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)