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 | ?串????^ | 0011111110001011111110000011111100111111001111110011111101011110 | 3f8bf83f3f3f3f5e |
EUC-JP | ?串????^ | 0011111110110110111110100011111100111111001111110011111101011110 | 3fb6fa3f3f3f3f5e |
UTF-8 | 룴串퓽룵濫팰^ | 11101011101000111011010011100100101110001011001011101101100100111011110111101011101000111011010111101111101001001010001011101101100011001011000001011110 | eba3b4e4b8b2ed93bdeba3b5efa4a2ed8cb05e |
UHC | 룴串퓽룵濫팰^ | 10001111101010011100110111111010110001111100000010001111101010101101000111111010110001101101001101011110 | 8fa9cdfac7c08faad1fac6d35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)