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 | 逵? | 111001111001110000111111 | e79c3f |
EUC-JP | 逵? | 111011011111110000111111 | edfc3f |
UTF-8 | 逵뤺 | 111010011000000010110101111010111010010010111010 | e980b5eba4ba |
UHC | 逵뤺 | 11010000101100001000111111101000 | d0b08fe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)