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 | ä~¹ | 1000111011000011100011101010010001111110100011101100001010111001 | 8ec38ea47e8ec2b9 |
SJIS-WIN | ????~??? | 0011111100111111001111110011111101111110001111110011111100111111 | 3f3f3f3f7e3f3f3f |
EUC-JP | ?Ã?¤~?Â? | 0011111110001111101010101010101000111111100011111010001011110000011111100011111110001111101010101010010000111111 | 3f8faaaa3f8fa2f07e3f8faaa43f |
UTF-8 | ä~¹ | 110000101000111011000011100000111100001010001110110000101010010001111110110000101000111011000011100000101100001010111001 | c28ec383c28ec2a47ec28ec382c2b9 |
UHC | ???¤~??¹ | 00111111001111110011111110100010101101000111111000111111001111111010100111110110 | 3f3f3fa2b47e3f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)