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 | 炭端其炭嘆 | 10010010010110011001001001011011100100011011010010010010010110011001001001010001 | 9259925b91b492599251 |
EUC-JP | 炭端其炭嘆 | 11000011101110101100001110111100110000101011011011000011101110101100001110110010 | c3bac3bcc2b6c3bac3b2 |
UTF-8 | 炭端其炭嘆 | 111001111000001010101101111001111010101110101111111001011000010110110110111001111000001010101101111001011001100010000110 | e782ade7abafe585b6e782ade59886 |
UHC | 炭端其炭嘆 | 11110111101010011101001110101110110100001110110011110111101010011111011110100011 | f7a9d3aed0ecf7a9f7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)