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 | î¼À貿 | 1110111010111100110000001110100010001110101100101000111010111111 | eebcc0e88eb28ebf |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | î?Àè???¿ | 10001111101010111100001000111111100011111010101010100010100011111010101110110010001111110011111100111111100011111010001011000100 | 8fabc23f8faaa28fabb23f3f3f8fa2c4 |
UTF-8 | î¼À貿 | 11000011101011101100001010111100110000111000000011000011101010001100001010001110110000101011001011000010100011101100001010111111 | c3aec2bcc380c3a8c28ec2b2c28ec2bf |
UHC | ?¼???²?¿ | 0011111110101000111110010011111100111111001111111010100111110111001111111010001010101111 | 3fa8f93f3f3fa9f73fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)