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 | 爰?瓦?? | 11100000101001110011111110001010101000100011111100111111 | e0a73f8aa23f3f |
EUC-JP | 爰?瓦?? | 11100000101010010011111110110100101001000011111100111111 | e0a93fb4a43f3f |
UTF-8 | 爰렏瓦淚뇨 | 111001111000100010110000111010111010000010001111111001111001001110100110111011111010010110001101111010111000011110101000 | e788b0eba08fe793a6efa58deb87a8 |
UHC | 爰렏瓦淚뇨 | 11101010101110101000111010100101111010001011111111010010111001111011010010100010 | eaba8ea5e8bfd2e7b4a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)