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 | ?慇 | 001111111001110010111110 | 3f9cbe |
EUC-JP | 湗慇 | 1000111111000111111110111101100011000000 | 8fc7fbd8c0 |
UTF-8 | 湗慇 | 111001101011100110010111111001101000010110000111 | e6b997e68587 |
UHC | ?慇 | 001111111110101111011011 | 3febdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)