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 | ¾Ô¾Ô^ | 100011101011111010001110110101001000111010111110100011101101010001011110 | 8ebe8ed48ebe8ed45e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ???Ô???Ô^ | 00111111001111110011111110001111101010101101010000111111001111110011111110001111101010101101010001011110 | 3f3f3f8faad43f3f3f8faad45e |
UTF-8 | ¾Ô¾Ô^ | 1100001010001110110000101011111011000010100011101100001110010100110000101000111011000010101111101100001010001110110000111001010001011110 | c28ec2bec28ec394c28ec2bec28ec3945e |
UHC | ?¾???¾??^ | 0011111110101000111110100011111100111111001111111010100011111010001111110011111101011110 | 3fa8fa3f3f3fa8fa3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)