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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?睡 | 001111111001000010000111 | 3f9087 |
EUC-JP | ?睡 | 001111111011111111100111 | 3fbfe7 |
UTF-8 | 씔睡 | 111011001001010010010100111001111001110110100001 | ec9494e79da1 |
UHC | 씔睡 | 10111110101111001110001010110010 | bebce2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)