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 | ???Z | 00111111001111110011111101011010 | 3f3f3f5a |
SJIS-WIN | 軟??Z | 1001001111101110001111110011111101011010 | 93ee3f3f5a |
EUC-JP | 軟??Z | 1100011011110000001111110011111101011010 | c6f03f3f5a |
UTF-8 | 軟뗤돶Z | 11101000101110111001111111101011100101111010010011101011100011111011011001011010 | e8bb9feb97a4eb8fb65a |
UHC | 軟뗤돶Z | 11100110111000111000101111100100100010011011100101011010 | e6e38be489b95a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)