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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 驟悟濤^ | 11101001100001011000110011100101100111111011011101011110 | e9858ce59fb75e |
EUC-JP | 驟悟濤^ | 11110001111001011011100011100111110111101011100101011110 | f1e5b8e7deb95e |
UTF-8 | 驟悟濤^ | 11101001101010011001111111100110100000101001111111100110101111111010010001011110 | e9a99fe6829fe6bfa45e |
UHC | 驟悟濤^ | 11110110101011101110011111110110110101001010011001011110 | f6aee7f6d4a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)