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 | 庄????? | 10001111101011110011111100111111001111110011111100111111 | 8faf3f3f3f3f3f |
EUC-JP | 庄????? | 10111110101100010011111100111111001111110011111100111111 | beb13f3f3f3f3f |
UTF-8 | 庄멱렔띤렡렢 | 111001011011101010000100111010111010100110110001111010111010000010010100111010111001110110100100111010111010000010100001111010111010000010100010 | e5ba84eba9b1eba094eb9da4eba0a1eba0a2 |
UHC | 庄멱렔띤렡렢 | 111011011110010010111000111010001000111010101001101101101110110110001110101100101000111010110011 | ede4b8e88ea9b6ed8eb28eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)