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 | 隰シレ晶チ | 11101000101011001011110011011010100011111011101111000001 | e8acbcda8fbbc1 |
EUC-JP | 隰シレ晶チ | 11110000101011101000111010111100100011101101101010111110101111011000111011000001 | f0ae8ebc8edabebd8ec1 |
UTF-8 | 隰シレ晶チ | 111010011001101010110000111011111011110110111100111011111011111010011010111001101001100110110110111011111011111010000001 | e99ab0efbdbcefbe9ae699b6efbe81 |
UHC | ???晶? | 001111110011111100111111111011111101110000111111 | 3f3f3fefdc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)