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 | 適?沮? | 100100110100101100111111100111111001110000111111 | 934b3f9f9c3f |
EUC-JP | 適?沮? | 110001011010110000111111110111011111110000111111 | c5ac3fddfc3f |
UTF-8 | 適렮沮렖 | 111010011000000110101001111010111010000010101110111001101011001010101110111010111010000010010110 | e981a9eba0aee6b2aeeba096 |
UHC | 適렮沮렖 | 1110111011101010100011101011101111101110110000011000111010101011 | eeea8ebbeec18eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)