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 | 隶鍋、シ豁」 | 111010001010111010010011111001111010010010111100111001101010110110100011 | e8ae93e7a4bce6ada3 |
EUC-JP | 隶鍋、シ豁」 | 111100001011000011000110111010011000111010100100100011101011110011101100101011111000111010100011 | f0b0c6e98ea48ebcecaf8ea3 |
UTF-8 | 隶鍋、シ豁」 | 111010011001101010110110111010011000110110001011111011111011110110100100111011111011110110111100111010001011000110000001111011111011110110100011 | e99ab6e98d8befbda4efbdbce8b181efbda3 |
UHC | ?鍋??豁? | 0011111111001110101001110011111100111111111111001100001100111111 | 3fcea73f3ffcc33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)