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 | Þ¤©^ | 100011111101111010100100100011101010100101011110 | 8fdea48ea95e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ?Þ¤?©^ | 001111111000111110101001101100001000111110100010111100000011111110001111101000101110110101011110 | 3f8fa9b08fa2f03f8fa2ed5e |
UTF-8 | Þ¤©^ | 1100001010001111110000111001111011000010101001001100001010001110110000101010100101011110 | c28fc39ec2a4c28ec2a95e |
UHC | ?Þ¤??^ | 0011111110101000101011011010001010110100001111110011111101011110 | 3fa8ada2b43f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)