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 | ¸°¿ | 100011101011100010001110101100001000111010111111 | 8eb88eb08ebf |
SJIS-WIN | ???°?? | 00111111001111110011111110000001100010110011111100111111 | 3f3f3f818b3f3f |
EUC-JP | ?¸?°?¿ | 0011111110001111101000101011000100111111101000011110101100111111100011111010001011000100 | 3f8fa2b13fa1eb3f8fa2c4 |
UTF-8 | ¸°¿ | 110000101000111011000010101110001100001010001110110000101011000011000010100011101100001010111111 | c28ec2b8c28ec2b0c28ec2bf |
UHC | ?¸?°?¿ | 001111111010001010101100001111111010000111000110001111111010001010101111 | 3fa2ac3fa1c63fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)