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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 吾?吾?^ | 10001100111000010011111110001100111000010011111101011110 | 8ce13f8ce13f5e |
EUC-JP | 吾?吾?^ | 10111000111000110011111110111000111000110011111101011110 | b8e33fb8e33f5e |
UTF-8 | 吾줔吾줔^ | 11100101100100001011111011101100101001001001010011100101100100001011111011101100101001001001010001011110 | e590beeca494e590beeca4945e |
UHC | 吾줔吾줔^ | 111001111110111010100010010001001110011111101110101000100100010001011110 | e7eea244e7eea2445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)