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 | ?邸 | 001111111001001101000000 | 3f9340 |
EUC-JP | ?邸 | 001111111100010110100001 | 3fc5a1 |
UTF-8 | 䧉邸 | 111001001010011110001001111010011000001010111000 | e4a789e982b8 |
UHC | ?邸 | 001111111110111011010000 | 3feed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)