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 | ò£¾ê» | 111100101010001110111110111010101000111010111011 | f2a3beea8ebb |
SJIS-WIN | ?£???? | 00111111100000011001001000111111001111110011111100111111 | 3f81923f3f3f3f |
EUC-JP | ò£?ê?? | 1000111110101011110100101010000111110010001111111000111110101011101101000011111100111111 | 8fabd2a1f23f8fabb43f3f |
UTF-8 | ò£¾ê» | 110000111011001011000010101000111100001010111110110000111010101011000010100011101100001010111011 | c3b2c2a3c2bec3aac28ec2bb |
UHC | ??¾??? | 00111111001111111010100011111010001111110011111100111111 | 3f3fa8fa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)