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 | ¼×¼Û¾ | 10111100110101111011110011011011100011101011111010001110 | bcd7bcdb8ebe8e |
SJIS-WIN | ?×????? | 0011111110000001011111100011111100111111001111110011111100111111 | 3f817e3f3f3f3f3f |
EUC-JP | ?×?Û??? | 00111111101000011101111100111111100011111010101011100101001111110011111100111111 | 3fa1df3f8faae53f3f3f |
UTF-8 | ¼×¼Û¾ | 1100001010111100110000111001011111000010101111001100001110011011110000101000111011000010101111101100001010001110 | c2bcc397c2bcc39bc28ec2bec28e |
UHC | ¼×¼??¾? | 1010100011111001101000011011111110101000111110010011111100111111101010001111101000111111 | a8f9a1bfa8f93f3fa8fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)