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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 莟肴沓 | 111001001010111110001101111001101000110001000010 | e4af8de68c42 |
EUC-JP | 莟肴沓 | 111010001011000110111010111010001011011110100011 | e8b1bae8b7a3 |
UTF-8 | 莟肴沓 | 111010001000111010011111111010001000001010110100111001101011001010010011 | e88e9fe882b4e6b293 |
UHC | ?肴沓 | 0011111111111101101000101101001111001011 | 3ffda2d3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)