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 | 001111110011111101110100 | 3f3f74 |
SJIS-WIN | 鰲治t | 1110100111100000100011101010000101110100 | e9e08ea174 |
EUC-JP | 鰲治t | 1111001011100010101111001010001101110100 | f2e2bca374 |
UTF-8 | 鰲治t | 11101001101100001011001011100110101100101011101101110100 | e9b0b2e6b2bb74 |
UHC | 鰲治t | 1110100010100111111101101011110101110100 | e8a7f6bd74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)