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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 申??紳 | 100100000101110000111111001111111001000001100001 | 905c3f3f9061 |
EUC-JP | 申??紳 | 101111111011110100111111001111111011111111000010 | bfbd3f3fbfc2 |
UTF-8 | 申뚦돖紳 | 111001111001010010110011111010111001101010100110111010111000111110010110111001111011010010110011 | e794b3eb9aa6eb8f96e7b4b3 |
UHC | 申뚦돖紳 | 1110001111101001100011001110010110001001101000001110001111101011 | e3e98ce589a0e3eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)