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 | 1001100010101111111010001011110101000010 | 98afe8bd42 |
EUC-JP | 弍霓B | 1101000010110001111100001011111101000010 | d0b1f0bf42 |
UTF-8 | 弍霓B | 11100101101111001000110111101001100111001001001101000010 | e5bc8de99c9342 |
UHC | ?霓B | 00111111111001111110011101000010 | 3fe7e742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)