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 | 閼ア蛛エ\ | 11101000100001001011000111100101100000011011010001011100 | e884b1e581b45c |
EUC-JP | 閼ア蛛エ\ | 111011111110010010001110101100011110100111100001100011101011010001011100 | efe48eb1e9e18eb45c |
UTF-8 | 閼ア蛛エ\ | 11101001100101101011110011101111101111011011000111101000100110111001101111101111101111011011010001011100 | e996bcefbdb1e89b9befbdb45c |
UHC | 閼?蛛?\ | 11100100110110010011111111110001110010000011111101011100 | e4d93ff1c83f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)