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 | 但鱈但担 | 1001001001000001100100100100110010010010010000011001001001010011 | 9241924c92419253 |
EUC-JP | 但鱈但担 | 1100001110100010110000111010110111000011101000101100001110110100 | c3a2c3adc3a2c3b4 |
UTF-8 | 但鱈但担 | 111001001011110110000110111010011011000110001000111001001011110110000110111001101000101110000101 | e4bd86e9b188e4bd86e68b85 |
UHC | 但?但? | 110100111010001100111111110100111010001100111111 | d3a33fd3a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)