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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 炭端族辰存 | 10010010010110011001001001011011100100011011000010010010010000111001000110110110 | 9259925b91b0924391b6 |
EUC-JP | 炭端族辰存 | 11000011101110101100001110111100110000101011001011000011101001001100001010111000 | c3bac3bcc2b2c3a4c2b8 |
UTF-8 | 炭端族辰存 | 111001111000001010101101111001111010101110101111111001101001011110001111111010001011111010110000111001011010110110011000 | e782ade7abafe6978fe8beb0e5ad98 |
UHC | 炭端族辰存 | 11110111101010011101001110101110111100001110100111110010111000111111000011101101 | f7a9d3aef0e9f2e3f0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)