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 | è±xB | 1110100010000100101100010111100001000010 | e884b17842 |
SJIS-WIN | ??±xB | 001111110011111110000001011111010111100001000010 | 3f3f817d7842 |
EUC-JP | è?±xB | 1000111110101011101100100011111110100001110111100111100001000010 | 8fabb23fa1de7842 |
UTF-8 | è±xB | 1100001110101000110000101000010011000010101100010111100001000010 | c3a8c284c2b17842 |
UHC | ??±xB | 001111110011111110100001101111100111100001000010 | 3f3fa1be7842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)