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 | IµC¡A | 10010010010010011001000110110101100100100100001110010001101000011001001001000001 | 924991b5924391a19241 |
SJIS-WIN | ?I???C???A | 00111111010010010011111100111111001111110100001100111111001111110011111101000001 | 3f493f3f3f433f3f3f41 |
EUC-JP | ?I???C?¡?A | 001111110100100100111111001111110011111101000011001111111000111110100010110000100011111101000001 | 3f493f3f3f433f8fa2c23f41 |
UTF-8 | IµC¡A | 1100001010010010010010011100001010010001110000101011010111000010100100100100001111000010100100011100001010100001110000101001001001000001 | c29249c291c2b5c29243c291c2a1c29241 |
UHC | ?I???C?¡?A | 0011111101001001001111110011111100111111010000110011111110100010101011100011111101000001 | 3f493f3f3f433fa2ae3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)