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 | 111000111110000110000100100011101010101001101000 | e3e1848eaa68 |
EUC-JP | 聶ьェh | 11100110111000111010011111101110100011101010101001101000 | e6e3a7ee8eaa68 |
UTF-8 | 聶ьェh | 111010001000000110110110110100011000110011101111101111011010101001101000 | e881b6d18cefbdaa68 |
UHC | ?ь?h | 0011111110101100111011100011111101101000 | 3facee3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)