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 | ?營\ | 00111111100110100111101001011100 | 3f9a7a5c |
EUC-JP | ?營\ | 00111111110100111101101101011100 | 3fd3db5c |
UTF-8 | 묉營\ | 11101011101011001000100111100111100001111001111101011100 | ebac89e7879f5c |
UHC | 묉營\ | 1001000111100110111001111011110101011100 | 91e6e7bd5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)