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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 永?〕鎰?h | 100010010110100100111111100000010110110011101000010011000011111101101000 | 89693f816ce84c3f68 |
EUC-JP | 永?〕鎰?h | 101100011100101000111111101000011100110111101111101011010011111101101000 | b1ca3fa1cdefad3f68 |
UTF-8 | 永띕〕鎰뢺h | 11100110101100001011100011101011100111011001010111100011100000001001010111101001100011101011000011101011101000101011101001101000 | e6b0b8eb9d95e38095e98eb0eba2ba68 |
UHC | 永띕〕鎰뢺h | 1110011110110101101101101110101110100001101100111110110011110000100011110111011101101000 | e7b5b6eba1b3ecf08f7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)