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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 宜??F | 1000101101011000001111110011111101000110 | 8b583f3f46 |
EUC-JP | 宜??F | 1011010110111001001111110011111101000110 | b5b93f3f46 |
UTF-8 | 宜븍졒F | 11100101101011101001110011101011101110001000110111101100101000011001001001000110 | e5ae9cebb88deca19246 |
UHC | 宜븍졒F | 11101011111100011011101011101011101000001011111101000110 | ebf1baeba0bf46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)