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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 猴猴[猴猴[^ | 1110000011001011111000001100101101011011111000001100101111100000110010110101101101011110 | e0cbe0cb5be0cbe0cb5b5e |
EUC-JP | 猴猴[猴猴[^ | 1110000011001101111000001100110101011011111000001100110111100000110011010101101101011110 | e0cde0cd5be0cde0cd5b5e |
UTF-8 | 猴猴[猴猴[^ | 111001111000110010110100111001111000110010110100010110111110011110001100101101001110011110001100101101000101101101011110 | e78cb4e78cb45be78cb4e78cb45b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)