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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蟄ゥ閠簿ウカ | 111001011010110110101001111010001000000010010101111010111011001110110110 | e5ada9e88095ebb3b6 |
EUC-JP | 蟄ゥ閠簿ウカ | 111010101010111110001110101010011110111111100000110010101110110110001110101100111000111010110110 | eaaf8ea9efe0caed8eb38eb6 |
UTF-8 | 蟄ゥ閠簿ウカ | 111010001001111110000100111011111011110110101001111010011001011010100000111001111011000010111111111011111011110110110011111011111011110110110110 | e89f84efbda9e996a0e7b0bfefbdb3efbdb6 |
UHC | 蟄??簿?? | 1111011011011110001111110011111111011101101011010011111100111111 | f6de3f3fddad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)