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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 訒ゥ螳、\ | 11111011101000111010100111100101101011101010010001011100 | fba3a9e5aea45c |
EUC-JP | 訒ゥ螳、\ | 10001111110111011100100010001110101010011110101010110000100011101010010001011100 | 8fddc88ea9eab08ea45c |
UTF-8 | 訒ゥ螳、\ | 11101000101010001001001011101111101111011010100111101000100111101011001111101111101111011010010001011100 | e8a892efbda9e89eb3efbda45c |
UHC | ??螳?\ | 001111110011111111010011110110010011111101011100 | 3f3fd3d93f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)