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 | 辰箪狸誰 | 1001001001000011100100100101110010010010010010111001001001001110 | 9243925c924b924e |
EUC-JP | 辰箪狸誰 | 1100001110100100110000111011110111000011101011001100001110101111 | c3a4c3bdc3acc3af |
UTF-8 | 辰箪狸誰 | 111010001011111010110000111001111010111010101010111001111000101110111000111010001010101010110000 | e8beb0e7aeaae78bb8e8aab0 |
UHC | 辰?狸誰 | 11110010111000110011111111010111111000011110001011000001 | f2e33fd7e1e2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)