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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 卒旦^ | 1001000110110010100100100101010101011110 | 91b292555e |
EUC-JP | 卒旦^ | 1100001010110100110000111011011001011110 | c2b4c3b65e |
UTF-8 | 卒旦^ | 11100101100011011001001011100110100101111010011001011110 | e58d92e697a65e |
UHC | 卒旦^ | 1111000011101111110100111010100101011110 | f0efd3a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)