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 | ???IoBF | 00111111001111110011111101001001011011110100001001000110 | 3f3f3f496f4246 |
SJIS-WIN | 莊o酋IoBF | 11100100101101011000001010001111100011110101010101001001011011110100001001000110 | e4b5828f8f55496f4246 |
EUC-JP | 莊o酋IoBF | 11101000101101111010001111101111101111011011011001001001011011110100001001000110 | e8b7a3efbdb6496f4246 |
UTF-8 | 莊o酋IoBF | 11101000100011101000101011101111101111011000111111101001100001011000101101001001011011110100001001000110 | e88e8aefbd8fe9858b496f4246 |
UHC | 莊o酋IoBF | 11101101111101101010001111101111111101011101110001001001011011110100001001000110 | edf6a3eff5dc496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)