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 | ?D?? | 00111111010001000011111100111111 | 3f443f3f |
SJIS-WIN | 短D息巽 | 10010010010110100100010010010001101001111001001001000110 | 925a4491a79246 |
EUC-JP | 短D息巽 | 11000011101110110100010011000010101010011100001110100111 | c3bb44c2a9c3a7 |
UTF-8 | 短D息巽 | 11100111100111111010110101000100111001101000000110101111111001011011011110111101 | e79fad44e681afe5b7bd |
UHC | 短D息巽 | 11010011101011010100010011100011110100111110000111011110 | d3ad44e3d3e1de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)