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 | ?先 | 001111111001000011100110 | 3f90e6 |
EUC-JP | ?先 | 001111111100000011101000 | 3fc0e8 |
UTF-8 | 쏰先 | 111011001000111110110000111001011000010110001000 | ec8fb0e58588 |
UHC | 쏰先 | 10011100010011111110000010111011 | 9c4fe0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)