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 | Tn}Tn{^ | 100110000101010001101110011111011001100001010100011011100111101101011110 | 98546e7d98546e7b5e |
SJIS-WIN | ?Tn}?Tn{^ | 001111110101010001101110011111010011111101010100011011100111101101011110 | 3f546e7d3f546e7b5e |
EUC-JP | ?Tn}?Tn{^ | 001111110101010001101110011111010011111101010100011011100111101101011110 | 3f546e7d3f546e7b5e |
UTF-8 | Tn}Tn{^ | 1100001010011000010101000110111001111101110000101001100001010100011011100111101101011110 | c298546e7dc298546e7b5e |
UHC | ?Tn}?Tn{^ | 001111110101010001101110011111010011111101010100011011100111101101011110 | 3f546e7d3f546e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)