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 | 襪煙下 | 111001100100001110001001100011001000100110111010 | e643898c89ba |
EUC-JP | 襪煙下 | 111010111010010010110001111011001011001010111100 | eba4b1ecb2bc |
UTF-8 | 襪煙下 | 111010001010010110101010111001111000010110011001111001001011100010001011 | e8a5aae78599e4b88b |
UHC | 襪煙下 | 110110001100101011100110110101011111100110111011 | d8cae6d5f9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)