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 | 霓「蜑贋繞 | 111010001011110110100010111001011000100110001010111001001110001110000101 | e8bda2e5898ae4e385 |
EUC-JP | 霓「蜑贋繞 | 11110000101111111000111010100010111010011110100110110100111001101110010111100101 | f0bf8ea2e9e9b4e6e5e5 |
UTF-8 | 霓「蜑贋繞 | 111010011001110010010011111011111011110110100010111010001001110010010001111010001011010010001011111001111011100110011110 | e99c93efbda2e89c91e8b48be7b99e |
UHC | 霓???繞 | 11100111111001110011111100111111001111111110100110100100 | e7e73f3f3fe9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)