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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 旦但旦但E | 100100100101010110010010010000011001001001010101100100100100000101000101 | 925592419255924145 |
EUC-JP | 旦但旦但E | 110000111011011011000011101000101100001110110110110000111010001001000101 | c3b6c3a2c3b6c3a245 |
UTF-8 | 旦但旦但E | 11100110100101111010011011100100101111011000011011100110100101111010011011100100101111011000011001000101 | e697a6e4bd86e697a6e4bd8645 |
UHC | 旦但旦但E | 110100111010100111010011101000111101001110101001110100111010001101000101 | d3a9d3a3d3a9d3a345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)