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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 姆濾 | 10011011010001111110000001101000 | 9b47e068 |
EUC-JP | 姆濾 | 11010101101010001101111111001001 | d5a8dfc9 |
UTF-8 | 姆濾 | 111001011010011110000110111001101011111110111110 | e5a786e6bfbe |
UHC | 姆濾 | 11011001101101011101010111101011 | d9b5d5eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)