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 | ??¤^ | 00111111001111111010010001011110 | 3f3fa45e |
SJIS-WIN | ?釐?^ | 0011111111100111110110000011111101011110 | 3fe7d83f5e |
EUC-JP | ?釐¤^ | 00111111111011101101101010001111101000101111000001011110 | 3feeda8fa2f05e |
UTF-8 | 룵釐¤^ | 111010111010001110110101111010011000011110010000110000101010010001011110 | eba3b5e98790c2a45e |
UHC | 룵釐¤^ | 10001111101010101101011111101101101000101011010001011110 | 8faad7eda2b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)