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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 正篩?辛 | 10010000101100111110001010111111001111111001000001101000 | 90b3e2bf3f9068 |
EUC-JP | 正篩?辛 | 11000000101101011110010011000001001111111011111111001001 | c0b5e4c13fbfc9 |
UTF-8 | 正篩땠辛 | 111001101010110110100011111001111010111110101001111010111001010110100000111010001011111010011011 | e6ada3e7afa9eb95a0e8be9b |
UHC | 正篩땠辛 | 1110111111100001110111101110100010110110101011101110001111110100 | efe1dee8b6aee3f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)