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 | 潁??泣?? | 1001111111110001001111110011111110001011100000110011111100111111 | 9ff13f3f8b833f3f |
EUC-JP | 潁??泣?? | 1101111011110011001111110011111110110101111000110011111100111111 | def33f3fb5e33f3f |
UTF-8 | 潁뺢랬泣ⓩ쓱 | 111001101011110110000001111010111011101010100010111010111001111010101100111001101011001110100011111000101001001110101001111011001001001110110001 | e6bd81ebbaa2eb9eace6b3a3e293a9ec93b1 |
UHC | 潁뺢랬泣ⓩ쓱 | 111001111011100010010101111010101011011110101000111010111110100010101000111001101011111010110011 | e7b895eab7a8ebe8a8e6beb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)