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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 疑?畯?\ | 10001011010111100011111111111011011011110011111101011100 | 8b5e3ffb6f3f5c |
EUC-JP | 疑?畯?\ | 1011010110111111001111111000111111001101101110110011111101011100 | b5bf3f8fcdbb3f5c |
UTF-8 | 疑렑畯핸\ | 11100111100101101001000111101011101000001001000111100111100101011010111111101101100101011011100001011100 | e79691eba091e795afed95b85c |
UHC | 疑렑畯핸\ | 111010111111011110001110101001101111000111100001110001111101101001011100 | ebf78ea6f1e1c7da5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)