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 | 髫ィ讚∫イ | 1110100110011010101010001110011010101011100000011110011110110010 | e99aa8e6ab81e7b2 |
EUC-JP | 髫ィ讚∫イ | 11110001111110101000111010101000111011001010110110100010111010011000111010110010 | f1fa8ea8ecada2e98eb2 |
UTF-8 | 髫ィ讚∫イ | 111010011010101110101011111011111011110110101000111010001010111010011010111000101000100010101011111011111011110110110010 | e9ababefbda8e8ae9ae288abefbdb2 |
UHC | ??讚∫? | 00111111001111111111001111000110101000011111001000111111 | 3f3ff3c6a1f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)