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 | 逕慕俺^ | 11100111100101001001010111100111100010011011010001011110 | e79495e789b45e |
EUC-JP | 逕慕俺^ | 11101101111101001100101011101001101100101011011001011110 | edf4cae9b2b65e |
UTF-8 | 逕慕俺^ | 11101001100000001001010111100110100001011001010111100100101111111011101001011110 | e98095e68595e4bfba5e |
UHC | 逕慕俺^ | 11001100111011111101100110110111111001011110111101011110 | ccefd9b7e5ef5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)