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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??制耿??^ | 001111110011111110010000101001111110001111010100001111110011111101011110 | 3f3f90a7e3d43f3f5e |
EUC-JP | ??制耿??^ | 001111110011111111000000101010011110011011010110001111110011111101011110 | 3f3fc0a9e6d63f3f5e |
UTF-8 | 亐렕制耿렧렢^ | 11100100101110101001000011101011101000001001010111100101100010001011011011101000100000001011111111101011101000001010011111101011101000001010001001011110 | e4ba90eba095e588b6e880bfeba0a7eba0a25e |
UHC | 亐렕制耿렧렢^ | 11101010101001111000111010101010111100001010010011001100111010101000111010110110100011101011001101011110 | eaa78eaaf0a4ccea8eb68eb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)