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 | 將? | 100110111001001000111111 | 9b923f |
EUC-JP | 將? | 110101011111001000111111 | d5f23f |
UTF-8 | 將렢 | 111001011011000010000111111010111010000010100010 | e5b087eba0a2 |
UHC | 將렢 | 11101101111000101000111010110011 | ede28eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)