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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 溶[溶[^ | 10010111011011100101101110010111011011100101101101011110 | 976e5b976e5b5e |
EUC-JP | 溶[溶[^ | 11001101110011110101101111001101110011110101101101011110 | cdcf5bcdcf5b5e |
UTF-8 | 溶[溶[^ | 111001101011101010110110010110111110011010111010101101100101101101011110 | e6bab65be6bab65b5e |
UHC | 溶[溶[^ | 11101001110000010101101111101001110000010101101101011110 | e9c15be9c15b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)