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 | ???t | 00111111001111110011111101110100 | 3f3f3f74 |
SJIS-WIN | 豁咎嚀t | 11100110101011011001100111101001100110101000011001110100 | e6ad99e99a8674 |
EUC-JP | 豁咎嚀t | 11101100101011111101001011101011110100111110011001110100 | ecafd2ebd3e674 |
UTF-8 | 豁咎嚀t | 11101000101100011000000111100101100100101000111011100101100110101000000001110100 | e8b181e5928ee59a8074 |
UHC | 豁咎?t | 111111001100001111001111101001000011111101110100 | fcc3cfa43f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)