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 | ???`x{d | 00111111001111110011111101100000011110000111101101100100 | 3f3f3f60787b64 |
SJIS-WIN | 治爨捨`x{d | 10001110101000011110000010100100100011101100110001100000011110000111101101100100 | 8ea1e0a48ecc60787b64 |
EUC-JP | 治爨捨`x{d | 10111100101000111110000010100110101111001100111001100000011110000111101101100100 | bca3e0a6bcce60787b64 |
UTF-8 | 治爨捨`x{d | 11100110101100101011101111100111100010001010100011100110100011011010100001100000011110000111101101100100 | e6b2bbe788a8e68da860787b64 |
UHC | 治?捨`x{d | 111101101011110100111111110111101101011101100000011110000111101101100100 | f6bd3fded760787b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)