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 | 陲鈴寰 | 111010001010001010010111111010011001101110001110 | e8a297e99b8e |
EUC-JP | 陲鈴寰 | 111100001010010011001110111010111101010111101110 | f0a4ceebd5ee |
UTF-8 | 陲鈴寰 | 111010011001100110110010111010011000100010110100111001011010111110110000 | e999b2e988b4e5afb0 |
UHC | ?鈴? | 00111111110101101100001000111111 | 3fd6c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)