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 | ¼ã°¤ | 10001110101111001000111111100011101100001000111010100100 | 8ebc8fe3b08ea4 |
SJIS-WIN | ????°?? | 0011111100111111001111110011111110000001100010110011111100111111 | 3f3f3f3f818b3f3f |
EUC-JP | ???ã°?¤ | 001111110011111100111111100011111010101110101010101000011110101100111111100011111010001011110000 | 3f3f3f8fabaaa1eb3f8fa2f0 |
UTF-8 | ¼ã°¤ | 1100001010001110110000101011110011000010100011111100001110100011110000101011000011000010100011101100001010100100 | c28ec2bcc28fc3a3c2b0c28ec2a4 |
UHC | ?¼??°?¤ | 00111111101010001111100100111111001111111010000111000110001111111010001010110100 | 3fa8f93f3fa1c63fa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)