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 | ¼Ä¼³¼ | 10001110101111001000111011000100101111001011001110111100 | 8ebc8ec4bcb3bc |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ???Ä??? | 001111110011111100111111100011111010101010100011001111110011111100111111 | 3f3f3f8faaa33f3f3f |
UTF-8 | ¼Ä¼³¼ | 1100001010001110110000101011110011000010100011101100001110000100110000101011110011000010101100111100001010111100 | c28ec2bcc28ec384c2bcc2b3c2bc |
UHC | ?¼??¼³¼ | 0011111110101000111110010011111100111111101010001111100110101001111110001010100011111001 | 3fa8f93f3fa8f9a9f8a8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)