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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鐔削酋胚 | 1110100001011100100011011110110110001111010101011110001111110011 | e85c8ded8f55e3f3 |
EUC-JP | 鐔削酋胚 | 1110111110111101101110101110111110111101101101101110011011110101 | efbdbaefbdb6e6f5 |
UTF-8 | 鐔削酋胚 | 111010011001000010010100111001011000100110001010111010011000010110001011111010001000001110011010 | e99094e5898ae9858be8839a |
UHC | ?削酋胚 | 00111111110111101111101111110101110111001101101111001111 | 3fdefbf5dcdbcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)