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 | 雹ゑス駆 | 11101000101110011000001011101111101111011000101111101100 | e8b982efbd8bec |
EUC-JP | 雹ゑス駆 | 1111000010111011101001001111000110001110101111011011011011101110 | f0bba4f18ebdb6ee |
UTF-8 | 雹ゑス駆 | 111010011001101110111001111000111000001010010001111011111011110110111101111010011010011110000110 | e99bb9e38291efbdbde9a786 |
UHC | 雹ゑ?? | 110110101101111110101010111100010011111100111111 | dadfaaf13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)