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 | 驩咒禦陟「 | 111010011000100110011001111011101000101110011010111010001010000010100010 | e98999ee8b9ae8a0a2 |
EUC-JP | 驩咒禦陟「 | 11110001111010011101001011110000101101011111101011110000101000101000111010100010 | f1e9d2f0b5faf0a28ea2 |
UTF-8 | 驩咒禦陟「 | 111010011010100110101001111001011001001010010010111001111010011010100110111010011001100110011111111011111011110110100010 | e9a9a9e59292e7a6a6e9999fefbda2 |
UHC | 驩?禦陟? | 1111110010111110001111111110010111011101111101001011001100111111 | fcbe3fe5ddf4b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)