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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隱鍋崟跛 | 1110100010101010100100111110011110011011101111101110011011101010 | e8aa93e79bbee6ea |
EUC-JP | 隱鍋崟跛 | 1111000010101100110001101110100111010110110000001110110011101100 | f0acc6e9d6c0ecec |
UTF-8 | 隱鍋崟跛 | 111010011001101010110001111010011000110110001011111001011011010010011111111010001011011110011011 | e99ab1e98d8be5b49fe8b79b |
UHC | 隱鍋?跛 | 11101011110111111100111010100111001111111111011111110101 | ebdfcea73ff7f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)