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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 薰泥薰泥^ | 111110111001111010010011010001001111101110011110100100110100010001011110 | fb9e9344fb9e93445e |
EUC-JP | ?泥?泥^ | 00111111110001011010010100111111110001011010010101011110 | 3fc5a53fc5a55e |
UTF-8 | 薰泥薰泥^ | 11101000100101101011000011100110101100111010010111101000100101101011000011100110101100111010010101011110 | e896b0e6b3a5e896b0e6b3a55e |
UHC | 薰泥薰泥^ | 111111011011100111010010111110101111110110111001110100101111101001011110 | fdb9d2fafdb9d2fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)