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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 邯罹ク埼≒^ | 11100111101101101001110011101011101110001000110111101001100000011110000001011110 | e7b69cebb88de981e05e |
EUC-JP | 邯罹ク埼≒^ | 1110111010111000110110001110110110001110101110001011101011101011101000101110001001011110 | eeb8d8ed8eb8baeba2e25e |
UTF-8 | 邯罹ク埼≒^ | 11101001100000101010111111100111101111011011100111101111101111011011100011100101100111111011110011100010100010011001001001011110 | e982afe7bdb9efbdb8e59fbce289925e |
UHC | 邯罹?埼≒^ | 11001010111110111101011111100111001111111101000011110010101000011101011001011110 | cafbd7e73fd0f2a1d65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)