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 | 擬明擬明^ | 100010110101101110010110101111101000101101011011100101101011111001011110 | 8b5b96be8b5b96be5e |
EUC-JP | 擬明擬明^ | 101101011011110011001100110000001011010110111100110011001100000001011110 | b5bcccc0b5bcccc05e |
UTF-8 | 擬明擬明^ | 11100110100100111010110011100110100110001000111011100110100100111010110011100110100110001000111001011110 | e693ace6988ee693ace6988e5e |
UHC | 擬明擬明^ | 111010111111010011011001101001011110101111110100110110011010010101011110 | ebf4d9a5ebf4d9a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)