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 | 逶檀 | 11100111100110111001001001101000 | e79b9268 |
EUC-JP | 逶檀 | 11101101111110111100001111001001 | edfbc3c9 |
UTF-8 | 逶檀 | 111010011000000010110110111001101010101010000000 | e980b6e6aa80 |
UHC | ?檀 | 001111111101001110101010 | 3fd3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)