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 | 1110010101010100100100001110001101000111 | e55490e347 |
EUC-JP | 薺舌G | 1110100110110101110000001110010101000111 | e9b5c0e547 |
UTF-8 | 薺舌G | 11101000100101101011101011101000100010001000110001000111 | e896bae8888c47 |
UHC | 薺舌G | 1111000010110001111000001101111101000111 | f0b1e0df47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)