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 | ??¤?? | 0011111100111111101001000011111100111111 | 3f3fa43f3f |
SJIS-WIN | ?厓??? | 001111111111101010001101001111110011111100111111 | 3ffa8d3f3f3f |
EUC-JP | ?厓¤?? | 001111111000111110110100110001111000111110100010111100000011111100111111 | 3f8fb4c78fa2f03f3f |
UTF-8 | 룶厓¤룫헋 | 1110101110100011101101101110010110001110100100111100001010100100111010111010001110101011111011011001011110001011 | eba3b6e58e93c2a4eba3abed978b |
UHC | 룶厓¤룫헋 | 10001111101010111110010011101101101000101011010010001111101000101100001001000010 | 8fabe4eda2b48fa2c242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)