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 | 誰誰臓賊 | 1001001001001110100100100100111010010001100111111001000110101111 | 924e924e919f91af |
EUC-JP | 誰誰臓賊 | 1100001110101111110000111010111111000010101000011100001010110001 | c3afc3afc2a1c2b1 |
UTF-8 | 誰誰臓賊 | 111010001010101010110000111010001010101010110000111010001000011110010011111010001011001110001010 | e8aab0e8aab0e88793e8b38a |
UHC | 誰誰?賊 | 11100010110000011110001011000001001111111110111011100100 | e2c1e2c13feee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)