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 | 銕哮 | 11100111111011001001101001001011 | e7ec9a4b |
EUC-JP | 銕哮 | 11101110111011101101001110101100 | eeeed3ac |
UTF-8 | 銕哮 | 111010011000101010010101111001011001001110101110 | e98a95e593ae |
UHC | ?哮 | 001111111111110011110110 | 3ffcf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)