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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 螂ンキ | 111100011010001011100101101001011101110110110111 | f1a2e5a5ddb7 |
EUC-JP | ?螂ンキ | 00111111111010101010011110001110110111011000111010110111 | 3feaa78edd8eb7 |
UTF-8 | 螂ンキ | 111011101000010010011101111010001001111010000010111011111011111010011101111011111011110110110111 | ee849de89e82efbe9defbdb7 |
UHC | ?螂?? | 0011111111010101110011000011111100111111 | 3fd5cc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)