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 | ?銷 | 001111111110011111110111 | 3fe7f7 |
EUC-JP | ?銷 | 001111111110111011111001 | 3feef9 |
UTF-8 | 앝銷 | 111011001001010110011101111010011000101010110111 | ec959de98ab7 |
UHC | 앝銷 | 10111110110101001110000111010001 | bed4e1d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)