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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 夷嵌? | 1000100011001110100110111100011000111111 | 88ce9bc63f |
EUC-JP | 夷嵌? | 1011000011010000110101101100100000111111 | b0d0d6c83f |
UTF-8 | 夷嵌퉁 | 111001011010010010110111111001011011010110001100111011011000100110000001 | e5a4b7e5b58ced8981 |
UHC | 夷嵌퉁 | 111011001010100011001010111011101100010111111100 | eca8caeec5fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)