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 | 邑焙 | 10010111010101111110000010000100 | 9757e084 |
EUC-JP | 邑焙 | 11001101101110001101111111100100 | cdb8dfe4 |
UTF-8 | 邑焙 | 111010011000001010010001111001111000010010011001 | e98291e78499 |
UHC | 邑焙 | 11101011111010011101101111001100 | ebe9dbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)