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 | æÏѳèØ | 1110011011001111100011101101000110001110101100111110100011011000 | e6cf8ed18eb3e8d8 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | æÏ?Ñ??èØ | 100011111010100111000001100011111010101011000001001111111000111110101010110100000011111100111111100011111010101110110010100011111010100110101100 | 8fa9c18faac13f8faad03f3f8fabb28fa9ac |
UTF-8 | æÏѳèØ | 11000011101001101100001110001111110000101000111011000011100100011100001010001110110000101011001111000011101010001100001110011000 | c3a6c38fc28ec391c28ec2b3c3a8c398 |
UHC | æ????³?Ø | 1010100110100001001111110011111100111111001111111010100111111000001111111010100010101010 | a9a13f3f3f3fa9f83fa8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)