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 | tJ}tJ{^ | 100010010111010001001010011111011000100101110100010010100111101101011110 | 89744a7d89744a7b5e |
SJIS-WIN | ?tJ}?tJ{^ | 001111110111010001001010011111010011111101110100010010100111101101011110 | 3f744a7d3f744a7b5e |
EUC-JP | ?tJ}?tJ{^ | 001111110111010001001010011111010011111101110100010010100111101101011110 | 3f744a7d3f744a7b5e |
UTF-8 | tJ}tJ{^ | 1100001010001001011101000100101001111101110000101000100101110100010010100111101101011110 | c289744a7dc289744a7b5e |
UHC | ?tJ}?tJ{^ | 001111110111010001001010011111010011111101110100010010100111101101011110 | 3f744a7d3f744a7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)