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 | 恁れ | 10011100100011001000001011101010 | 9c8c82ea |
EUC-JP | 恁れ | 11010111111011001010010011101100 | d7eca4ec |
UTF-8 | 恁れ | 111001101000000110000001111000111000001010001100 | e68181e3828c |
UHC | 恁れ | 11101100111101101010101011101100 | ecf6aaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)