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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 脛悟審脛 | 1110001111111000100011001110010110010000010100101110001111111000 | e3f88ce59052e3f8 |
EUC-JP | 脛悟審脛 | 1110011011111010101110001110011110111111101100111110011011111010 | e6fab8e7bfb3e6fa |
UTF-8 | 脛悟審脛 | 111010001000010010011011111001101000001010011111111001011010111110101001111010001000010010011011 | e8849be6829fe5afa9e8849b |
UHC | 脛悟審脛 | 1100110011101011111001111111011011100011111110111100110011101011 | ccebe7f6e3fbcceb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)