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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 艪蛛艪蛛^ | 111001001000001011100101100000011110010010000010111001011000000101011110 | e482e581e482e5815e |
EUC-JP | 艪蛛艪蛛^ | 111001111110001011101001111000011110011111100010111010011110000101011110 | e7e2e9e1e7e2e9e15e |
UTF-8 | 艪蛛艪蛛^ | 11101000100010011010101011101000100110111001101111101000100010011010101011101000100110111001101101011110 | e889aae89b9be889aae89b9b5e |
UHC | ?蛛?蛛^ | 00111111111100011100100000111111111100011100100001011110 | 3ff1c83ff1c85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)