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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??枇?白^ | 0011111100111111100101001111100000111111100101001001001001011110 | 3f3f94f83f94925e |
EUC-JP | ?璹枇飡白^ | 001111111000111111001100111001111100100011111010100011111110100011001000110001111111001001011110 | 3f8fcce7c8fa8fe8c8c7f25e |
UTF-8 | 뤳璹枇飡白^ | 11101011101001001011001111100111100100101011100111100110100111101000011111101001101000111010000111100111100110011011110101011110 | eba4b3e792b9e69e87e9a3a1e799bd5e |
UHC | 뤳璹枇飡白^ | 1000111111100001111000101101101111011101111011011110000111100010110110111101110001011110 | 8fe1e2dbddede1e2dbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)