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 | 浩羔^ | 1000110101011111111000111011010001011110 | 8d5fe3b45e |
EUC-JP | 浩羔^ | 1011100111000000111001101011011001011110 | b9c0e6b65e |
UTF-8 | 浩羔^ | 11100110101101011010100111100111101111101001010001011110 | e6b5a9e7be945e |
UHC | 浩羔^ | 1111101111000111110011011100010001011110 | fbc7cdc45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)