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 | ?G | 0011111101000111 | 3f47 |
SJIS-WIN | 拭G | 100100000100000001000111 | 904047 |
EUC-JP | 拭G | 101111111010000101000111 | bfa147 |
UTF-8 | 拭G | 11100110100010111010110101000111 | e68bad47 |
UHC | 拭G | 111000111101010001000111 | e3d447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)