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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 承怏承怏^ | 100011111011001110011100100010011000111110110011100111001000100101011110 | 8fb39c898fb39c895e |
EUC-JP | 承怏承怏^ | 101111101011010111010111111010011011111010110101110101111110100101011110 | beb5d7e9beb5d7e95e |
UTF-8 | 承怏承怏^ | 11100110100010011011111111100110100000001000111111100110100010011011111111100110100000001000111101011110 | e689bfe6808fe689bfe6808f5e |
UHC | 承怏承怏^ | 111000111010111111100100111010001110001110101111111001001110100001011110 | e3afe4e8e3afe4e85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)