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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 魚??源? | 10001011100110110011111100111111100011001011100100111111 | 8b9b3f3f8cb93f |
EUC-JP | 魚??源? | 10110101111110110011111100111111101110001011101100111111 | b5fb3f3fb8bb3f |
UTF-8 | 魚낃막源즚 | 111010011010110110011010111010111000001010000011111010111010011110001001111001101011101010010000111011001010011010011010 | e9ad9aeb8283eba789e6ba90eca69a |
UHC | 魚낃막源즚 | 11100101111000001000010111101010101110001011011111101010101110011010001101101000 | e5e085eab8b7eab9a368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)