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 | 逅イ迥「驩 | 1110011110010000101100101110011110001010101000101110100110001001 | e790b2e78aa2e989 |
EUC-JP | 逅イ迥「驩 | 11101101111100001000111010110010111011011110101010001110101000101111000111101001 | edf08eb2edea8ea2f1e9 |
UTF-8 | 逅イ迥「驩 | 111010011000000010000101111011111011110110110010111010001011111110100101111011111011110110100010111010011010100110101001 | e98085efbdb2e8bfa5efbda2e9a9a9 |
UHC | 逅???驩 | 11111101101100010011111100111111001111111111110010111110 | fdb13f3f3ffcbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)