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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螳、轣シ襠灘 | 11100101101011101010010011100111100000011011110011100101111110111001001111100101 | e5aea4e781bce5fb93e5 |
EUC-JP | 螳、轣シ襠灘 | 111010101011000010001110101001001110110111100001100011101011110011101010111111011100011011100111 | eab08ea4ede18ebceafdc6e7 |
UTF-8 | 螳、轣シ襠灘 | 111010001001111010110011111011111011110110100100111010001011110110100011111011111011110110111100111010001010010110100000111001111000000110011000 | e89eb3efbda4e8bda3efbdbce8a5a0e78198 |
UHC | 螳????灘 | 1101001111011001001111110011111100111111001111111111011110101000 | d3d93f3f3f3ff7a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)