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 | 畆皺 | 11100001010110111110000110110000 | e15be1b0 |
EUC-JP | 畆皺 | 11100001101111001110001010110010 | e1bce2b2 |
UTF-8 | 畆皺 | 111001111001010110000110111001111001101010111010 | e79586e79aba |
UHC | ?皺 | 001111111111010111010100 | 3ff5d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)