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 | ??誰 | 00111111001111111001001001001110 | 3f3f924e |
EUC-JP | ??誰 | 00111111001111111100001110101111 | 3f3fc3af |
UTF-8 | 세셉誰 | 111011001000010010111000111011001000010110001001111010001010101010110000 | ec84b8ec8589e8aab0 |
UHC | 세셉誰 | 101111001011110010111100110000011110001011000001 | bcbcbcc1e2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)