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 | ?T`B | 00111111010101000110000001000010 | 3f546042 |
SJIS-WIN | 哭T`B | 1001101001001100010101000110000001000010 | 9a4c546042 |
EUC-JP | 哭T`B | 1101001110101101010101000110000001000010 | d3ad546042 |
UTF-8 | 哭T`B | 111001011001001110101101010101000110000001000010 | e593ad546042 |
UHC | 哭T`B | 1100110111010110010101000110000001000010 | cdd6546042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)