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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 貞濫 | 10010010111001011001011110010100 | 92e59794 |
EUC-JP | 貞濫 | 11000100111001111100110111110100 | c4e7cdf4 |
UTF-8 | 貞濫 | 111010001011001010011110111001101011111110101011 | e8b29ee6bfab |
UHC | 貞濫 | 11101111111101101101010110111101 | eff6d5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)