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 | 遘」辜ア逾 | 1110011110100111101000111110011110000011101100011110011110100101 | e7a7a3e783b1e7a5 |
EUC-JP | 遘」辜ア逾 | 11101110101010011000111010100011111011011110001110001110101100011110111010100111 | eea98ea3ede38eb1eea7 |
UTF-8 | 遘」辜ア逾 | 111010011000000110011000111011111011110110100011111010001011111010011100111011111011110110110001111010011000000010111110 | e98198efbda3e8be9cefbdb1e980be |
UHC | ??辜?逾 | 00111111001111111100110111010000001111111110101110110101 | 3f3fcdd03febb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)