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 | 霓懷炎霈 | 1110100010111101100111001110010110001001100010101110100010111100 | e8bd9ce5898ae8bc |
EUC-JP | 霓懷炎霈 | 1111000010111111110110001110011110110001111010101111000010111110 | f0bfd8e7b1eaf0be |
UTF-8 | 霓懷炎霈 | 111010011001110010010011111001101000011110110111111001111000001010001110111010011001110010001000 | e99c93e687b7e7828ee99c88 |
UHC | 霓懷炎? | 11100111111001111111110011100011111001101111101000111111 | e7e7fce3e6fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)