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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?哀?哀^ | 00111111100010001010001100111111100010001010001101011110 | 3f88a33f88a35e |
EUC-JP | ?哀?哀^ | 00111111101100001010010100111111101100001010010101011110 | 3fb0a53fb0a55e |
UTF-8 | 뤡哀뤡哀^ | 11101011101001001010000111100101100100111000000011101011101001001010000111100101100100111000000001011110 | eba4a1e59380eba4a1e593805e |
UHC | 뤡哀뤡哀^ | 100011111100111111100100111011101000111111001111111001001110111001011110 | 8fcfe4ee8fcfe4ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)