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 | âÓáN | 11100010110100111110000101001110 | e2d3e14e |
SJIS-WIN | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
EUC-JP | âÓáN | 10001111101010111010010010001111101010101101000110001111101010111010000101001110 | 8faba48faad18faba14e |
UTF-8 | âÓáN | 11000011101000101100001110010011110000111010000101001110 | c3a2c393c3a14e |
UHC | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)