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 | ?け | 001111111000001010101111 | 3f82af |
EUC-JP | ?け | 001111111010010010110001 | 3fa4b1 |
UTF-8 | 뤳け | 111010111010010010110011111000111000000110010001 | eba4b3e38191 |
UHC | 뤳け | 10001111111000011010101010110001 | 8fe1aab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)