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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 驩夐椈雍亥・ | 1110100110001001100110101110100110011110100110001110100010110100100010001110010110100101 | e9899ae99e98e8b488e5a5 |
EUC-JP | 驩夐椈雍亥・ | 111100011110100111010100111010111101101111111000111100001011011010110000111001111000111010100101 | f1e9d4ebdbf8f0b6b0e78ea5 |
UTF-8 | 驩夐椈雍亥・ | 111010011010100110101001111001011010010010010000111001101010010010001000111010011001101110001101111001001011101010100101111011111011110110100101 | e9a9a9e5a490e6a488e99b8de4baa5efbda5 |
UHC | 驩??雍亥? | 111111001011111000111111001111111110100010111100111110101010010000111111 | fcbe3f3fe8bcfaa43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)