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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 蟇カ譴ウ谿、^ | 11100101101011111011011011100110101000101011001111100110101011101010010001011110 | e5afb6e6a2b3e6aea45e |
EUC-JP | 蟇カ譴ウ谿、^ | 11101010101100011000111010110110111011001010010010001110101100111110110010110000100011101010010001011110 | eab18eb6eca48eb3ecb08ea45e |
UTF-8 | 蟇カ譴ウ谿、^ | 11101000100111111000011111101111101111011011011011101000101011011011010011101111101111011011001111101000101100001011111111101111101111011010010001011110 | e89f87efbdb6e8adb4efbdb3e8b0bfefbda45e |
UHC | ??譴?谿?^ | 001111110011111111001100101110010011111111001101101011000011111101011110 | 3f3fccb93fcdac3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)