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 | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
SJIS-WIN | シセ[シセ[^ | 1111001011100111101111001011111001011011111100101110011110111100101111100101101101011110 | f2e7bcbe5bf2e7bcbe5b5e |
EUC-JP | ?シセ[?シセ[^ | 00111111100011101011110010001110101111100101101100111111100011101011110010001110101111100101101101011110 | 3f8ebc8ebe5b3f8ebc8ebe5b5e |
UTF-8 | シセ[シセ[^ | 111011101000100010011110111011111011110110111100111011111011110110111110010110111110111010001000100111101110111110111101101111001110111110111101101111100101101101011110 | ee889eefbdbcefbdbe5bee889eefbdbcefbdbe5b5e |
UHC | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)