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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 線[線[^ | 10010000111111000101101110010000111111000101101101011110 | 90fc5b90fc5b5e |
EUC-JP | 線[線[^ | 11000000111111100101101111000000111111100101101101011110 | c0fe5bc0fe5b5e |
UTF-8 | 線[線[^ | 111001111011011110011010010110111110011110110111100110100101101101011110 | e7b79a5be7b79a5b5e |
UHC | 線[線[^ | 11100000110010100101101111100000110010100101101101011110 | e0ca5be0ca5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)