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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??笑 | 00111111001111111000111111001110 | 3f3f8fce |
EUC-JP | ??笑 | 00111111001111111011111011010000 | 3f3fbed0 |
UTF-8 | 샡빝笑 | 111011001000001110100001111010111011100110011101111001111010110010010001 | ec83a1ebb99de7ac91 |
UHC | 샡빝笑 | 100110001100100110010101101110111110000111000101 | 98c995bbe1c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)