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 | 螂ヨ | 11110001101000101110010110100101110101101111100101000010 | f1a2e5a5d6f942 |
EUC-JP | ?螂ヨ? | 001111111110101010100111100011101101011000111111 | 3feaa78ed63f |
UTF-8 | 螂ヨ | 111011101000010010011101111010001001111010000010111011111011111010010110111011101001101010011110 | ee849de89e82efbe96ee9a9e |
UHC | ?螂?? | 0011111111010101110011000011111100111111 | 3fd5cc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)