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 | þUEY | 1001000111111110100100100101010110010010010001011001001001011001 | 91fe925592459259 |
SJIS-WIN | ???U?E?Y | 0011111100111111001111110101010100111111010001010011111101011001 | 3f3f3f553f453f59 |
EUC-JP | ?þ?U?E?Y | 00111111100011111010100111010000001111110101010100111111010001010011111101011001 | 3f8fa9d03f553f453f59 |
UTF-8 | þUEY | 11000010100100011100001110111110110000101001001001010101110000101001001001000101110000101001001001011001 | c291c3bec29255c29245c29259 |
UHC | ?þ?U?E?Y | 001111111010100110101101001111110101010100111111010001010011111101011001 | 3fa9ad3f553f453f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)