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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 謳罷。矩翁^ | 11100110100100001001010011101011101000011000101111101001100010011010010101011110 | e69094eba18be989a55e |
EUC-JP | 謳罷。矩翁^ | 1110101111110000110010001110110110001110101000011011011011101011101100101010011101011110 | ebf0c8ed8ea1b6ebb2a75e |
UTF-8 | 謳罷。矩翁^ | 11101000101011001011001111100111101111011011011111101111101111011010000111100111100111111010100111100111101111111000000101011110 | e8acb3e7bdb7efbda1e79fa9e7bf815e |
UHC | 謳罷?矩翁^ | 11001111110001001111011111110011001111111100111110111011111010001011101001011110 | cfc4f7f33fcfbbe8ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)