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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 跣溽泣跏オ豎 | 1110011011101111100111111110011110001011100000111110011011100110101101011110011010110001 | e6ef9fe78b83e6e6b5e6b1 |
EUC-JP | 跣溽泣跏オ豎 | 111011001111000111011110111010011011010111100011111011001110100010001110101101011110110010110011 | ecf1dee9b5e3ece88eb5ecb3 |
UTF-8 | 跣溽泣跏オ豎 | 111010001011011110100011111001101011101010111101111001101011001110100011111010001011011110001111111011111011110110110101111010001011000110001110 | e8b7a3e6babde6b3a3e8b78fefbdb5e8b18e |
UHC | 跣?泣跏?? | 111000001101001100111111111010111110100011001010101110100011111100111111 | e0d33febe8caba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)