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 | ?冩[?冩[^ | 001111111001100101101111010110110011111110011001011011110101101101011110 | 3f996f5b3f996f5b5e |
EUC-JP | 馦冩[馦冩[^ | 10001111111010001111101011010001110100000101101110001111111010001111101011010001110100000101101101011110 | 8fe8fad1d05b8fe8fad1d05b5e |
UTF-8 | 馦冩[馦冩[^ | 111010011010011010100110111001011000011010101001010110111110100110100110101001101110010110000110101010010101101101011110 | e9a6a6e586a95be9a6a6e586a95b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)