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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 丹巽村叩村 | 10010010010011111001001001000110100100011011101010010010010000001001000110111010 | 924f924691ba924091ba |
EUC-JP | 丹巽村叩村 | 11000011101100001100001110100111110000101011110011000011101000011100001010111100 | c3b0c3a7c2bcc3a1c2bc |
UTF-8 | 丹巽村叩村 | 111001001011100010111001111001011011011110111101111001101001110110010001111001011000111110101001111001101001110110010001 | e4b8b9e5b7bde69d91e58fa9e69d91 |
UHC | 丹巽村叩村 | 11010011101000011110000111011110111101011011110111001101101100001111010110111101 | d3a1e1def5bdcdb0f5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)