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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | ?汗幀晳] | 0011111110001010101111101001101111101010111110101101100101011101 | 3f8abe9beafad95d |
EUC-JP | ?汗幀晳] | 001111111011010011000000110101101110110010001111110000101100010001011101 | 3fb4c0d6ec8fc2c45d |
UTF-8 | 뤋汗幀晳] | 11101011101001001000101111100110101100011001011111100101101110011000000011100110100110011011001101011101 | eba48be6b197e5b980e699b35d |
UHC | 뤋汗幀晳] | 100011111011101111111001110100101110111111010011111000001010111101011101 | 8fbbf9d2efd3e0af5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)