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 | ¸üÑ¿ | 10001111101110001111110010001110110100011000111010111111 | 8fb8fc8ed18ebf |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ?¸ü?Ñ?¿ | 001111111000111110100010101100011000111110101011111001000011111110001111101010101101000000111111100011111010001011000100 | 3f8fa2b18fabe43f8faad03f8fa2c4 |
UTF-8 | ¸üÑ¿ | 1100001010001111110000101011100011000011101111001100001010001110110000111001000111000010100011101100001010111111 | c28fc2b8c3bcc28ec391c28ec2bf |
UHC | ?¸????¿ | 001111111010001010101100001111110011111100111111001111111010001010101111 | 3fa2ac3f3f3f3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)