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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 淏?蘖 | 1111101101000010001111111001111101010000 | fb423f9f50 |
EUC-JP | 淏?蘖 | 100011111100011111011001001111111101110110110001 | 8fc7d93fddb1 |
UTF-8 | 淏렕蘖 | 111001101011011110001111111010111010000010010101111010001001100010010110 | e6b78feba095e89896 |
UHC | 淏렕蘖 | 111110111100100010001110101010101110010111101110 | fbc88eaae5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)