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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 薊わ什^ | 11100101010010001000001011101101100011110101100101011110 | e54882ed8f595e |
EUC-JP | 薊わ什^ | 11101001101010011010010011101111101111011011101001011110 | e9a9a4efbdba5e |
UTF-8 | 薊わ什^ | 11101000100101101000101011100011100000101000111111100100101110111000000001011110 | e8968ae3828fe4bb805e |
UHC | ?わ什^ | 001111111010101011101111111001001010011101011110 | 3faaefe4a75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)