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 | 蒟у | 11100100111001011000010010000101 | e4e58485 |
EUC-JP | 蒟у | 11101000111001111010011111100101 | e8e7a7e5 |
UTF-8 | 蒟у | 1110100010010010100111111101000110000011 | e8929fd183 |
UHC | ?у | 001111111010110011100101 | 3face5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)