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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | 渶??渶??^ | 1000111111000111111011010011111100111111100011111100011111101101001111110011111101011110 | 8fc7ed3f3f8fc7ed3f3f5e |
UTF-8 | 渶뺝렚渶뺡뼯^ | 11100110101110001011011011101011101110101001110111101011101000001001101011100110101110001011011011101011101110101010000111101011101111001010111101011110 | e6b8b6ebba9deba09ae6b8b6ebbaa1ebbcaf5e |
UHC | 渶뺝렚渶뺡뼯^ | 11100111101101111001010111100101100011101010110111100111101101111001010111101001100101101011001001011110 | e7b795e58eade7b795e996b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)