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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 裝耕?^ | 111001011110010010001101011010110011111101011110 | e5e48d6b3f5e |
EUC-JP | 裝耕适^ | 1110101011100110101110011100110010001111111000011100101101011110 | eae6b9cc8fe1cb5e |
UTF-8 | 裝耕适^ | 11101000101000111001110111101000100000001001010111101001100000001000001001011110 | e8a39de88095e980825e |
UHC | 裝耕适^ | 11101101111110111100110011101001110011101100000101011110 | edfbcce9cec15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)