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 | ?®?? | 00111111101011100011111100111111 | 3fae3f3f |
SJIS-WIN | ???野 | 0011111100111111001111111001011011101100 | 3f3f3f96ec |
EUC-JP | ?®?野 | 00111111100011111010001011101110001111111100110011101110 | 3f8fa2ee3fccee |
UTF-8 | 琉®셽野 | 1110111110100111100011001100001010101110111011001000010110111101111010011000011110001110 | efa78cc2aeec85bde9878e |
UHC | 琉®셽野 | 1110101110100100101000101110011110011001100000101110010110101111 | eba4a2e79982e5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)