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 | 炭箪但炭 | 1001001001011001100100100101110010010010010000011001001001011001 | 9259925c92419259 |
EUC-JP | 炭箪但炭 | 1100001110111010110000111011110111000011101000101100001110111010 | c3bac3bdc3a2c3ba |
UTF-8 | 炭箪但炭 | 111001111000001010101101111001111010111010101010111001001011110110000110111001111000001010101101 | e782ade7aeaae4bd86e782ad |
UHC | 炭?但炭 | 11110111101010010011111111010011101000111111011110101001 | f7a93fd3a3f7a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)