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 | ?首 | 001111111000111011110001 | 3f8ef1 |
EUC-JP | ?首 | 001111111011110011110011 | 3fbcf3 |
UTF-8 | 안首 | 111011001001010110001000111010011010011010010110 | ec9588e9a696 |
UHC | 안首 | 10111110110010001110001011001111 | bec8e2cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)