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 | Y\AY | 1001001001011001100100100101110010010010010000011001001001011001 | 9259925c92419259 |
SJIS-WIN | ?Y?\?A?Y | 0011111101011001001111110101110000111111010000010011111101011001 | 3f593f5c3f413f59 |
EUC-JP | ?Y?\?A?Y | 0011111101011001001111110101110000111111010000010011111101011001 | 3f593f5c3f413f59 |
UTF-8 | Y\AY | 110000101001001001011001110000101001001001011100110000101001001001000001110000101001001001011001 | c29259c2925cc29241c29259 |
UHC | ?Y?\?A?Y | 0011111101011001001111110101110000111111010000010011111101011001 | 3f593f5c3f413f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)