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 | ÍÛãÓÒý^ | 11001101110110111110001111010011110100101111110101011110 | cddbe3d3d2fd5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ÍÛãÓÒý^ | 10001111101010101011111110001111101010101110010110001111101010111010101010001111101010101101000110001111101010101101001010001111101010111111001001011110 | 8faabf8faae58fabaa8faad18faad28fabf25e |
UTF-8 | ÍÛãÓÒý^ | 11000011100011011100001110011011110000111010001111000011100100111100001110010010110000111011110101011110 | c38dc39bc3a3c393c392c3bd5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)