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 | ¼Ä¼µ¼ÝnB | 10001110101111001000111011000100101111001011010110111100110111010110111001000010 | 8ebc8ec4bcb5bcdd6e42 |
SJIS-WIN | ????????nB | 00111111001111110011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f3f3f6e42 |
EUC-JP | ???Ä???ÝnB | 0011111100111111001111111000111110101010101000110011111100111111001111111000111110101010111100100110111001000010 | 3f3f3f8faaa33f3f3f8faaf26e42 |
UTF-8 | ¼Ä¼µ¼ÝnB | 110000101000111011000010101111001100001010001110110000111000010011000010101111001100001010110101110000101011110011000011100111010110111001000010 | c28ec2bcc28ec384c2bcc2b5c2bcc39d6e42 |
UHC | ?¼??¼?¼?nB | 00111111101010001111100100111111001111111010100011111001001111111010100011111001001111110110111001000010 | 3fa8f93f3fa8f93fa8f93f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)