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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 叩誰h叩誰 | 100100100100000010010010010011100110100010010010010000001001001001001110 | 9240924e689240924e |
EUC-JP | 叩誰h叩誰 | 110000111010000111000011101011110110100011000011101000011100001110101111 | c3a1c3af68c3a1c3af |
UTF-8 | 叩誰h叩誰 | 11100101100011111010100111101000101010101011000001101000111001011000111110101001111010001010101010110000 | e58fa9e8aab068e58fa9e8aab0 |
UHC | 叩誰h叩誰 | 110011011011000011100010110000010110100011001101101100001110001011000001 | cdb0e2c168cdb0e2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)