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 | ?Wx | 001111110101011101111000 | 3f5778 |
SJIS-WIN | 但Wx | 10010010010000010101011101111000 | 92415778 |
EUC-JP | 但Wx | 11000011101000100101011101111000 | c3a25778 |
UTF-8 | 但Wx | 1110010010111101100001100101011101111000 | e4bd865778 |
UHC | 但Wx | 11010011101000110101011101111000 | d3a35778 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)