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 | ?S?O | 00111111010100110011111101001111 | 3f533f4f |
SJIS-WIN | ?S?O | 00111111010100110011111101001111 | 3f533f4f |
EUC-JP | ?S?O | 00111111010100110011111101001111 | 3f533f4f |
UTF-8 | 챗S창O | 1110110010110001100101110101001111101100101100001011110101001111 | ecb19753ecb0bd4f |
UHC | 챗S창O | 110000111010101001010011110000111010001001001111 | c3aa53c3a24f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)