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 | [I´Y | 10010010010110110100100110010001101101001001001001011001 | 925b4991b49259 |
SJIS-WIN | ?[I?´?Y | 0011111101011011010010010011111110000001010011000011111101011001 | 3f5b493f814c3f59 |
EUC-JP | ?[I?´?Y | 0011111101011011010010010011111110100001101011010011111101011001 | 3f5b493fa1ad3f59 |
UTF-8 | [I´Y | 1100001010010010010110110100100111000010100100011100001010110100110000101001001001011001 | c2925b49c291c2b4c29259 |
UHC | ?[I?´?Y | 0011111101011011010010010011111110100010101001010011111101011001 | 3f5b493fa2a53f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)