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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 汚汚B | 1000100110011000100010011001100001000010 | 8998899842 |
EUC-JP | 汚汚B | 1011000111111000101100011111100001000010 | b1f8b1f842 |
UTF-8 | 汚汚B | 11100110101100011001101011100110101100011001101001000010 | e6b19ae6b19a42 |
UHC | 汚汚B | 1110011111111101111001111111110101000010 | e7fde7fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)