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êN}WêN{^ | 1001110001010111111010100100111001111101100111000101011111101010010011100111101101011110 | 9c57ea4e7d9c57ea4e7b5e |
SJIS-WIN | ?W?N}?W?N{^ | 0011111101010111001111110100111001111101001111110101011100111111010011100111101101011110 | 3f573f4e7d3f573f4e7b5e |
EUC-JP | ?WêN}?WêN{^ | 001111110101011110001111101010111011010001001110011111010011111101010111100011111010101110110100010011100111101101011110 | 3f578fabb44e7d3f578fabb44e7b5e |
UTF-8 | WêN}WêN{^ | 110000101001110001010111110000111010101001001110011111011100001010011100010101111100001110101010010011100111101101011110 | c29c57c3aa4e7dc29c57c3aa4e7b5e |
UHC | ?W?N}?W?N{^ | 0011111101010111001111110100111001111101001111110101011100111111010011100111101101011110 | 3f573f4e7d3f573f4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)