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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?欖ю? | 001111111001111101010011100001001001000000111111 | 3f9f5384903f |
EUC-JP | ?欖ю? | 001111111101110110110100101001111111000000111111 | 3fddb4a7f03f |
UTF-8 | 뤵欖ю읊 | 1110101110100100101101011110011010101100100101101101000110001110111011001001110110001010 | eba4b5e6ac96d18eec9d8a |
UHC | 뤵欖ю읊 | 1000111111100011110101011011110010101100111100001100000010111100 | 8fe3d5bcacf0c0bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)