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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 淏。i淏。iB | 111110110100001010100001011010011111101101000010101000010110100101000010 | fb42a169fb42a16942 |
EUC-JP | 淏。i淏。iB | 10001111110001111101100110001110101000010110100110001111110001111101100110001110101000010110100101000010 | 8fc7d98ea1698fc7d98ea16942 |
UTF-8 | 淏。i淏。iB | 111001101011011110001111111011111011110110100001011010011110011010110111100011111110111110111101101000010110100101000010 | e6b78fefbda169e6b78fefbda16942 |
UHC | 淏?i淏?iB | 111110111100100000111111011010011111101111001000001111110110100101000010 | fbc83f69fbc83f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)