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 | ¾Ëʼ¤^ | 101111101100101110001110110010101000111010111100100011101010010001011110 | becb8eca8ebc8ea45e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ?Ë?Ê???¤^ | 001111111000111110101010101100110011111110001111101010101011010000111111001111110011111110001111101000101111000001011110 | 3f8faab33f8faab43f3f3f8fa2f05e |
UTF-8 | ¾Ëʼ¤^ | 1100001010111110110000111000101111000010100011101100001110001010110000101000111011000010101111001100001010001110110000101010010001011110 | c2bec38bc28ec38ac28ec2bcc28ec2a45e |
UHC | ¾????¼?¤^ | 101010001111101000111111001111110011111100111111101010001111100100111111101000101011010001011110 | a8fa3f3f3f3fa8f93fa2b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)