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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蝪シ陜狩ァ讃 | 11100101101000011011110011101000100111011000111011101011101001111000111001011101 | e5a1bce89d8eeba78e5d |
EUC-JP | 蝪シ陜狩ァ讃 | 111010101010001110001110101111001110111111111101101111001110110110001110101001111011101110111110 | eaa38ebceffdbced8ea7bbbe |
UTF-8 | 蝪シ陜狩ァ讃 | 111010001001110110101010111011111011110110111100111010011001100110011100111001111000101110101001111011111011110110100111111010001010111010000011 | e89daaefbdbce9999ce78ba9efbda7e8ae83 |
UHC | ??陜狩?? | 0011111100111111111110011111000011100010101011010011111100111111 | 3f3ff9f0e2ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)