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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 考額\ | 1000110101101100100010100111101001011100 | 8d6c8a7a5c |
EUC-JP | 考額\ | 1011100111001101101100111101101101011100 | b9cdb3db5c |
UTF-8 | 考額\ | 11101000100000001000001111101001101000011000110101011100 | e88083e9a18d5c |
UHC | 考額\ | 1100110111000101111001001111111001011100 | cdc5e4fe5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)