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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 寅√o | 100100111101000010000001111000111000001010001111 | 93d081e3828f |
EUC-JP | 寅√o | 110001101101001010100010111001011010001111101111 | c6d2a2e5a3ef |
UTF-8 | 寅√o | 111001011010111110000101111000101000100010011010111011111011110110001111 | e5af85e2889aefbd8f |
UHC | 寅√o | 111011001101100110100001111011101010001111101111 | ecd9a1eea3ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)