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 | êàÀë½¾è | 1110101011100000110000001110101110001110101111011011111011101000 | eae0c0eb8ebdbee8 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | êàÀë???è | 100011111010101110110100100011111010101110100010100011111010101010100010100011111010101110110011001111110011111100111111100011111010101110110010 | 8fabb48faba28faaa28fabb33f3f3f8fabb2 |
UTF-8 | êàÀë½¾è | 11000011101010101100001110100000110000111000000011000011101010111100001010001110110000101011110111000010101111101100001110101000 | c3aac3a0c380c3abc28ec2bdc2bec3a8 |
UHC | ?????½¾? | 00111111001111110011111100111111001111111010100011110110101010001111101000111111 | 3f3f3f3f3fa8f6a8fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)