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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ?疫] | 00111111100010010111010101011101 | 3f89755d |
EUC-JP | ?疫] | 00111111101100011101011001011101 | 3fb1d65d |
UTF-8 | 슖疫] | 11101100100010101001011011100111100101101010101101011101 | ec8a96e796ab5d |
UHC | 슖疫] | 1001101010100101111001101011100101011101 | 9aa5e6b95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)