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 | 誰誰臓息 | 1001001001001110100100100100111010010001100111111001000110100111 | 924e924e919f91a7 |
EUC-JP | 誰誰臓息 | 1100001110101111110000111010111111000010101000011100001010101001 | c3afc3afc2a1c2a9 |
UTF-8 | 誰誰臓息 | 111010001010101010110000111010001010101010110000111010001000011110010011111001101000000110101111 | e8aab0e8aab0e88793e681af |
UHC | 誰誰?息 | 11100010110000011110001011000001001111111110001111010011 | e2c1e2c13fe3d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)