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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??該?砥 | 00111111001111111000101001011001001111111001001101110101 | 3f3f8a593f9375 |
EUC-JP | 焌?該?砥 | 100011111100100111101000001111111011001110111010001111111100010111010110 | 8fc9e83fb3ba3fc5d6 |
UTF-8 | 焌렊該렮砥 | 111001111000010010001100111010111010000010001010111010001010100110110010111010111010000010101110111001111010000010100101 | e7848ceba08ae8a9b2eba0aee7a0a5 |
UHC | 焌렊該렮砥 | 11110001111000001000111010100001111110101011000110001110101110111111001010110010 | f1e08ea1fab18ebbf2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)