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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 旦但単 | 100100100101010110010010010000011001001001010000 | 925592419250 |
EUC-JP | 旦但単 | 110000111011011011000011101000101100001110110001 | c3b6c3a2c3b1 |
UTF-8 | 旦但単 | 111001101001011110100110111001001011110110000110111001011000110110011000 | e697a6e4bd86e58d98 |
UHC | 旦但? | 1101001110101001110100111010001100111111 | d3a9d3a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)