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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 纎炬 | 11100011100110101110000001111000 | e39ae078 |
EUC-JP | 纎炬 | 11100101111110101101111111011001 | e5fadfd9 |
UTF-8 | 纎炬 | 111001111011101010001110111001111000001010101100 | e7ba8ee782ac |
UHC | ?炬 | 001111111100101111100011 | 3fcbe3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)