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 | ?c??c?^ | 001111111000001010000011001111110011111110000010100000110011111101011110 | 3f82833f3f82833f5e |
EUC-JP | ?c??c?^ | 001111111010001111100011001111110011111110100011111000110011111101011110 | 3fa3e33f3fa3e33f5e |
UTF-8 | 緣c럩緣c럧^ | 11100111101101111010001111101111101111011000001111101011100111111010100111100111101101111010001111101111101111011000001111101011100111111010011101011110 | e7b7a3efbd83eb9fa9e7b7a3efbd83eb9fa75e |
UHC | 緣c럩緣c럧^ | 11100110110111101010001111100011100011101000110011100110110111101010001111100011100011101000101001011110 | e6dea3e38e8ce6dea3e38e8a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)