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 | ????} | 0011111100111111001111110011111101111101 | 3f3f3f3f7d |
SJIS-WIN | ?螳??} | 001111111110010110101110001111110011111101111101 | 3fe5ae3f3f7d |
EUC-JP | ?螳??} | 001111111110101010110000001111110011111101111101 | 3feab03f3f7d |
UTF-8 | 렺螳렻렍} | 11101011101000001011101011101000100111101011001111101011101000001011101111101011101000001000110101111101 | eba0bae89eb3eba0bbeba08d7d |
UHC | 렺螳렻렍} | 100011101100001011010011110110011000111011000011100011101010001101111101 | 8ec2d3d98ec38ea37d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)