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 | 儲肯?句 | 10010110110101111000110101101101001111111000101111100101 | 96d78d6d3f8be5 |
EUC-JP | 儲肯?句 | 11001100110110011011100111001110001111111011011011100111 | ccd9b9ce3fb6e7 |
UTF-8 | 儲肯렩句 | 111001011000010010110010111010001000001010101111111010111010000010101001111001011000111110100101 | e584b2e882afeba0a9e58fa5 |
UHC | 儲肯렩句 | 1110111010111001110100001110100110001110101101111100111110100011 | eeb9d0e98eb7cfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)