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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 旦達旦達B | 100100100101010110010010010000101001001001010101100100100100001001000010 | 925592429255924242 |
EUC-JP | 旦達旦達B | 110000111011011011000011101000111100001110110110110000111010001101000010 | c3b6c3a3c3b6c3a342 |
UTF-8 | 旦達旦達B | 11100110100101111010011011101001100000011001010011100110100101111010011011101001100000011001010001000010 | e697a6e98194e697a6e9819442 |
UHC | 旦達旦達B | 110100111010100111010011101110011101001110101001110100111011100101000010 | d3a9d3b9d3a9d3b942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)