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 | Wé®W^ | 100101110101011111101001101011101001011101010111100101001001001001011110 | 9757e9ae975794925e |
SJIS-WIN | ?W???W??^ | 001111110101011100111111001111110011111101010111001111110011111101011110 | 3f573f3f3f573f3f5e |
EUC-JP | ?Wé®?W??^ | 00111111010101111000111110101011101100011000111110100010111011100011111101010111001111110011111101011110 | 3f578fabb18fa2ee3f573f3f5e |
UTF-8 | Wé®W^ | 110000101001011101010111110000111010100111000010101011101100001010010111010101111100001010010100110000101001001001011110 | c29757c3a9c2aec29757c294c2925e |
UHC | ?W?®?W??^ | 00111111010101110011111110100010111001110011111101010111001111110011111101011110 | 3f573fa2e73f573f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)