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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 潁豺i潁豺iB | 1001111111110001111001101011011101101001100111111111000111100110101101110110100101000010 | 9ff1e6b7699ff1e6b76942 |
EUC-JP | 潁豺i潁豺iB | 1101111011110011111011001011100101101001110111101111001111101100101110010110100101000010 | def3ecb969def3ecb96942 |
UTF-8 | 潁豺i潁豺iB | 111001101011110110000001111010001011000110111010011010011110011010111101100000011110100010110001101110100110100101000010 | e6bd81e8b1ba69e6bd81e8b1ba6942 |
UHC | 潁豺i潁豺iB | 1110011110111000111000111100111101101001111001111011100011100011110011110110100101000010 | e7b8e3cf69e7b8e3cf6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)