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 | 栽明栽明^ | 100011011100110110010110101111101000110111001101100101101011111001011110 | 8dcd96be8dcd96be5e |
EUC-JP | 栽明栽明^ | 101110101100111111001100110000001011101011001111110011001100000001011110 | bacfccc0bacfccc05e |
UTF-8 | 栽明栽明^ | 11100110101000001011110111100110100110001000111011100110101000001011110111100110100110001000111001011110 | e6a0bde6988ee6a0bde6988e5e |
UHC | 栽明栽明^ | 111011101010100011011001101001011110111010101000110110011010010101011110 | eea8d9a5eea8d9a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)