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 | ??c??RB | 00111111001111110110001100111111001111110101001001000010 | 3f3f633f3f5242 |
SJIS-WIN | 旦達c旦達RB | 1001001001010101100100100100001001100011100100100101010110010010010000100101001001000010 | 9255924263925592425242 |
EUC-JP | 旦達c旦達RB | 1100001110110110110000111010001101100011110000111011011011000011101000110101001001000010 | c3b6c3a363c3b6c3a35242 |
UTF-8 | 旦達c旦達RB | 111001101001011110100110111010011000000110010100011000111110011010010111101001101110100110000001100101000101001001000010 | e697a6e9819463e697a6e981945242 |
UHC | 旦達c旦達RB | 1101001110101001110100111011100101100011110100111010100111010011101110010101001001000010 | d3a9d3b963d3a9d3b95242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)