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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 髫ェ雖稀 | 11101001100110101010101011100101101010111000101101001000 | e99aaae5ab8b48 |
EUC-JP | 髫ェ雖稀 | 1111000111111010100011101010101011101010101011011011010110101001 | f1fa8eaaeaadb5a9 |
UTF-8 | 髫ェ雖稀 | 111010011010101110101011111011111011110110101010111010011001101110010110111001111010100010000000 | e9ababefbdaae99b96e7a880 |
UHC | ??雖稀 | 001111110011111111100010110011001111110111111100 | 3f3fe2ccfdfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)