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 | 啼?耳?袁 | 1001101001100101001111111000111010101000001111111110010111001101 | 9a653f8ea83fe5cd |
EUC-JP | 啼?耳?袁 | 1101001111000110001111111011110010101010001111111110101011001111 | d3c63fbcaa3feacf |
UTF-8 | 啼렮耳렩袁 | 111001011001010110111100111010111010000010101110111010001000000010110011111010111010000010101001111010001010001010000001 | e595bceba0aee880b3eba0a9e8a281 |
UHC | 啼렮耳렩袁 | 11110000101001101000111010111011111011001011110010001110101101111110101010111110 | f0a68ebbecbc8eb7eabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)