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 | ò«¥î®¹ | 1111001010101011100011101010010111101110101011101000111010111001 | f2ab8ea5eeae8eb9 |
SJIS-WIN | ???¥???? | 001111110011111100111111100000011000111100111111001111110011111100111111 | 3f3f3f818f3f3f3f3f |
EUC-JP | ò???î®?? | 1000111110101011110100100011111100111111001111111000111110101011110000101000111110100010111011100011111100111111 | 8fabd23f3f3f8fabc28fa2ee3f3f |
UTF-8 | ò«¥î®¹ | 11000011101100101100001010101011110000101000111011000010101001011100001110101110110000101010111011000010100011101100001010111001 | c3b2c2abc28ec2a5c3aec2aec28ec2b9 |
UHC | ?????®?¹ | 00111111001111110011111100111111001111111010001011100111001111111010100111110110 | 3f3f3f3f3fa2e73fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)