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 | ??[ | 001111110011111101011011 | 3f3f5b |
SJIS-WIN | 蜩ュ[ | 11100101100100111010110101011011 | e593ad5b |
EUC-JP | 蜩ュ[ | 1110100111110011100011101010110101011011 | e9f38ead5b |
UTF-8 | 蜩ュ[ | 11101000100111001010100111101111101111011010110101011011 | e89ca9efbdad5b |
UHC | ??[ | 001111110011111101011011 | 3f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)