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 | ?????o | 001111110011111100111111001111110011111101101111 | 3f3f3f3f3f6f |
SJIS-WIN | 縡?低陌工o | 11100011011100010011111110010010111000011110100010011001100011010100100001101111 | e3713f92e1e8998d486f |
EUC-JP | 縡?低陌工o | 11100101110100100011111111000100111000111110111111111001101110011010100101101111 | e5d23fc4e3eff9b9a96f |
UTF-8 | 縡렕低陌工o | 11100111101110001010000111101011101000001001010111100100101111011000111011101001100110011000110011100101101101111010010101101111 | e7b8a1eba095e4bd8ee9998ce5b7a56f |
UHC | 縡렕低陌工o | 1110111010101101100011101010101011101110101110001101100011101000110011011110111101101111 | eead8eaaeeb8d8e8cdef6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)