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 | 荏耕?^ | 100010010110000010001101011010110011111101011110 | 89608d6b3f5e |
EUC-JP | 荏耕适^ | 1011000111000001101110011100110010001111111000011100101101011110 | b1c1b9cc8fe1cb5e |
UTF-8 | 荏耕适^ | 11101000100011011000111111101000100000001001010111101001100000001000001001011110 | e88d8fe88095e980825e |
UHC | 荏耕适^ | 11101100111110111100110011101001110011101100000101011110 | ecfbcce9cec15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)