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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陝仙クキ髦 | 1110100010011111100100001110010110111000101101111110100110011000 | e89f90e5b8b7e998 |
EUC-JP | 陝仙クキ髦 | 11110000101000011100000011100111100011101011100010001110101101111111000111111000 | f0a1c0e78eb88eb7f1f8 |
UTF-8 | 陝仙クキ髦 | 111010011001100110011101111001001011101110011001111011111011110110111000111011111011110110110111111010011010101110100110 | e9999de4bb99efbdb8efbdb7e9aba6 |
UHC | 陝仙??? | 11100000111011011110000010111001001111110011111100111111 | e0ede0b93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)