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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 倖江 | 10001100111101001000110101011101 | 8cf48d5d |
EUC-JP | 倖江 | 10111000111101101011100110111110 | b8f6b9be |
UTF-8 | 倖江 | 111001011000000010010110111001101011000110011111 | e58096e6b19f |
UHC | 倖江 | 11111010101110001100101110110000 | fab8cbb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)