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 | 隲幢ス笑 | 11101000101010111001101111101111101111011000111111001110 | e8ab9befbd8fce |
EUC-JP | 隲幢ス笑 | 1111000010101101110101101111000110001110101111011011111011010000 | f0add6f18ebdbed0 |
UTF-8 | 隲幢ス笑 | 111010011001101010110010111001011011100110100010111011111011110110111101111001111010110010010001 | e99ab2e5b9a2efbdbde7ac91 |
UHC | ?幢?笑 | 001111111101001111010011001111111110000111000101 | 3fd3d33fe1c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)