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] | 001111110111010001011101 | 3f745d |
SJIS-WIN | 但t] | 10010010010000010111010001011101 | 9241745d |
EUC-JP | 但t] | 11000011101000100111010001011101 | c3a2745d |
UTF-8 | 但t] | 1110010010111101100001100111010001011101 | e4bd86745d |
UHC | 但t] | 11010011101000110111010001011101 | d3a3745d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)