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 | tt^ | 100100000111010010011100100101001001000001110100100111001001010001011110 | 90749c9490749c945e |
SJIS-WIN | ?t???t??^ | 001111110111010000111111001111110011111101110100001111110011111101011110 | 3f743f3f3f743f3f5e |
EUC-JP | ?t???t??^ | 001111110111010000111111001111110011111101110100001111110011111101011110 | 3f743f3f3f743f3f5e |
UTF-8 | tt^ | 110000101001000001110100110000101001110011000010100101001100001010010000011101001100001010011100110000101001010001011110 | c29074c29cc294c29074c29cc2945e |
UHC | ?t???t??^ | 001111110111010000111111001111110011111101110100001111110011111101011110 | 3f743f3f3f743f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)