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 | ïê½ì¸¯ | 1110111111101010100011101011110111101100101110001000111010101111 | efea8ebdecb88eaf |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ïê??ì¸?¯ | 100011111010101111000001100011111010101110110100001111110011111110001111101010111100000010001111101000101011000100111111100011111010001010110100 | 8fabc18fabb43f3f8fabc08fa2b13f8fa2b4 |
UTF-8 | ïê½ì¸¯ | 11000011101011111100001110101010110000101000111011000010101111011100001110101100110000101011100011000010100011101100001010101111 | c3afc3aac28ec2bdc3acc2b8c28ec2af |
UHC | ???½?¸?? | 00111111001111110011111110101000111101100011111110100010101011000011111100111111 | 3f3f3fa8f63fa2ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)