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 | 巽叩賊短則 | 10010010010001101001001001000000100100011010111110010010010110101001000110100101 | 9246924091af925a91a5 |
EUC-JP | 巽叩賊短則 | 11000011101001111100001110100001110000101011000111000011101110111100001010100111 | c3a7c3a1c2b1c3bbc2a7 |
UTF-8 | 巽叩賊短則 | 111001011011011110111101111001011000111110101001111010001011001110001010111001111001111110101101111001011000100110000111 | e5b7bde58fa9e8b38ae79fade58987 |
UHC | 巽叩賊短則 | 11100001110111101100110110110000111011101110010011010011101011011111011011001110 | e1decdb0eee4d3adf6ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)