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 | ?繆 | 001111111110001101111000 | 3fe378 |
EUC-JP | ?繆 | 001111111110010111011001 | 3fe5d9 |
UTF-8 | 잣繆 | 111011001001111010100011111001111011100110000110 | ec9ea3e7b986 |
UHC | 잣繆 | 11000000111000111101100111110000 | c0e3d9f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)