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 | Þ¤©h | 100011111101111010100100100011101010100101101000 | 8fdea48ea968 |
SJIS-WIN | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
EUC-JP | ?Þ¤?©h | 001111111000111110101001101100001000111110100010111100000011111110001111101000101110110101101000 | 3f8fa9b08fa2f03f8fa2ed68 |
UTF-8 | Þ¤©h | 1100001010001111110000111001111011000010101001001100001010001110110000101010100101101000 | c28fc39ec2a4c28ec2a968 |
UHC | ?Þ¤??h | 0011111110101000101011011010001010110100001111110011111101101000 | 3fa8ada2b43f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)