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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 狐魚墹魚^ | 100011001100111110001011100110111001101011001111100010111001101101011110 | 8ccf8b9b9acf8b9b5e |
EUC-JP | 狐魚墹魚^ | 101110001101000110110101111110111101010011010001101101011111101101011110 | b8d1b5fbd4d1b5fb5e |
UTF-8 | 狐魚墹魚^ | 11100111100010111001000011101001101011011001101011100101101000101011100111101001101011011001101001011110 | e78b90e9ad9ae5a2b9e9ad9a5e |
UHC | 狐魚?魚^ | 1111101111001111111001011110000000111111111001011110000001011110 | fbcfe5e03fe5e05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)