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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 跣溽泣跏オ | 111001101110111110011111111001111000101110000011111001101110011010110101 | e6ef9fe78b83e6e6b5 |
EUC-JP | 跣溽泣跏オ | 11101100111100011101111011101001101101011110001111101100111010001000111010110101 | ecf1dee9b5e3ece88eb5 |
UTF-8 | 跣溽泣跏オ | 111010001011011110100011111001101011101010111101111001101011001110100011111010001011011110001111111011111011110110110101 | e8b7a3e6babde6b3a3e8b78fefbdb5 |
UHC | 跣?泣跏? | 1110000011010011001111111110101111101000110010101011101000111111 | e0d33febe8caba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)