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 | þWCN | 1001000111111110100100100101011110010010010000111001001001001110 | 91fe92579243924e |
SJIS-WIN | ???W?C?N | 0011111100111111001111110101011100111111010000110011111101001110 | 3f3f3f573f433f4e |
EUC-JP | ?þ?W?C?N | 00111111100011111010100111010000001111110101011100111111010000110011111101001110 | 3f8fa9d03f573f433f4e |
UTF-8 | þWCN | 11000010100100011100001110111110110000101001001001010111110000101001001001000011110000101001001001001110 | c291c3bec29257c29243c2924e |
UHC | ?þ?W?C?N | 001111111010100110101101001111110101011100111111010000110011111101001110 | 3fa9ad3f573f433f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)