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 | ³²¸Ï | 1000111010110011100011101011001010001110101110001000111011001111 | 8eb38eb28eb88ecf |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?????¸?Ï | 001111110011111100111111001111110011111110001111101000101011000100111111100011111010101011000001 | 3f3f3f3f3f8fa2b13f8faac1 |
UTF-8 | ³²¸Ï | 11000010100011101100001010110011110000101000111011000010101100101100001010001110110000101011100011000010100011101100001110001111 | c28ec2b3c28ec2b2c28ec2b8c28ec38f |
UHC | ?³?²?¸?? | 0011111110101001111110000011111110101001111101110011111110100010101011000011111100111111 | 3fa9f83fa9f73fa2ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)