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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 蟶儁}蟶儁{^ | 1110010110111000100110010100110101111101111001011011100010011001010011010111101101011110 | e5b8994d7de5b8994d7b5e |
EUC-JP | 蟶儁}蟶儁{^ | 1110101010111010110100011010111001111101111010101011101011010001101011100111101101011110 | eabad1ae7deabad1ae7b5e |
UTF-8 | 蟶儁}蟶儁{^ | 111010001001111110110110111001011000010010000001011111011110100010011111101101101110010110000100100000010111101101011110 | e89fb6e584817de89fb6e584817b5e |
UHC | ?儁}?儁{^ | 001111111111000111010110011111010011111111110001110101100111101101011110 | 3ff1d67d3ff1d67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)