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 | ??ª? | 00111111001111111010101000111111 | 3f3faa3f |
SJIS-WIN | 要??野 | 100101110111011000111111001111111001011011101100 | 97763f3f96ec |
EUC-JP | 要?ª野 | 1100110111010111001111111000111110100010111011001100110011101110 | cdd73f8fa2ecccee |
UTF-8 | 要ㅶª野 | 1110100010100110100000011110001110000101101101101100001010101010111010011000011110001110 | e8a681e385b6c2aae9878e |
UHC | 要ㅶª野 | 1110100110101001101001001110011010101000101000111110010110101111 | e9a9a4e6a8a3e5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)