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 | 諡懈亨^ | 11100110100010111001110011100110100010111001110001011110 | e68b9ce68b9c5e |
EUC-JP | 諡懈亨^ | 11101011111010111101100011101000101101011111110001011110 | ebebd8e8b5fc5e |
UTF-8 | 諡懈亨^ | 11101000101010111010000111100110100001111000100011100100101110101010100001011110 | e8aba1e68788e4baa85e |
UHC | 諡懈亨^ | 11100011110011011111101010101011111110101111101101011110 | e3cdfaabfafb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)