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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 呀呀B | 1001100111011110100110011101111001000010 | 99de99de42 |
EUC-JP | 呀呀B | 1101001011100000110100101110000001000010 | d2e0d2e042 |
UTF-8 | 呀呀B | 11100101100100011000000011100101100100011000000001000010 | e59180e5918042 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)