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 | BYBbnoBF | 10011110010000100101100110011110010000100110001001101110011011110100001001000110 | 9e42599e42626e6f4246 |
SJIS-WIN | ?BY?BbnoBF | 00111111010000100101100100111111010000100110001001101110011011110100001001000110 | 3f42593f42626e6f4246 |
EUC-JP | ?BY?BbnoBF | 00111111010000100101100100111111010000100110001001101110011011110100001001000110 | 3f42593f42626e6f4246 |
UTF-8 | BYBbnoBF | 110000101001111001000010010110011100001010011110010000100110001001101110011011110100001001000110 | c29e4259c29e42626e6f4246 |
UHC | ?BY?BbnoBF | 00111111010000100101100100111111010000100110001001101110011011110100001001000110 | 3f42593f42626e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)