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 | 雋ソ邊檻 | 11101000101100101011111111100111101100101001111101000010 | e8b2bfe7b29f42 |
EUC-JP | 雋ソ邊檻 | 1111000010110100100011101011111111101110101101001101110110100011 | f0b48ebfeeb4dda3 |
UTF-8 | 雋ソ邊檻 | 111010011001101110001011111011111011110110111111111010011000001010001010111001101010101010111011 | e99b8befbdbfe9828ae6aabb |
UHC | 雋?邊檻 | 11110001111001100011111111011100101010111111100111100011 | f1e63fdcabf9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)