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 | tm}tm{^ | 100010010111010001101101011111011000100101110100011011010111101101011110 | 89746d7d89746d7b5e |
SJIS-WIN | ?tm}?tm{^ | 001111110111010001101101011111010011111101110100011011010111101101011110 | 3f746d7d3f746d7b5e |
EUC-JP | ?tm}?tm{^ | 001111110111010001101101011111010011111101110100011011010111101101011110 | 3f746d7d3f746d7b5e |
UTF-8 | tm}tm{^ | 1100001010001001011101000110110101111101110000101000100101110100011011010111101101011110 | c289746d7dc289746d7b5e |
UHC | ?tm}?tm{^ | 001111110111010001101101011111010011111101110100011011010111101101011110 | 3f746d7d3f746d7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)