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\ | 001111110101010001011100 | 3f545c |
SJIS-WIN | ?T\ | 001111110101010001011100 | 3f545c |
EUC-JP | ?T\ | 001111110101010001011100 | 3f545c |
UTF-8 | 묨T\ | 1110101110101100101010000101010001011100 | ebaca8545c |
UHC | 묨T\ | 10010010010000010101010001011100 | 9241545c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)