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 | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 拙餌G | 1001000011011001100010010110000101000111 | 90d9896147 |
EUC-JP | 拙餌G | 1100000011011011101100011100001001000111 | c0dbb1c247 |
UTF-8 | 拙餌G | 11100110100010111001100111101001101001001000110001000111 | e68b99e9a48c47 |
UHC | 拙餌G | 1111000011110000111011001100100001000111 | f0f0ecc847 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)