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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 晩?羹??^ | 1001010011010011001111111110001110111011001111110011111101011110 | 94d33fe3bb3f3f5e |
EUC-JP | 晩?羹??^ | 1100100011010101001111111110011010111101001111110011111101011110 | c8d53fe6bd3f3f5e |
UTF-8 | 晩뤐羹퉷읫^ | 11100110100110011010100111101011101001001001000011100111101111101011100111101101100010011011011111101100100111011010101101011110 | e699a9eba490e7beb9ed89b7ec9dab5e |
UHC | 晩뤐羹퉷읫^ | 1101100010111001100011111100000011001011110110001011100110001111110000001100101101011110 | d8b98fc0cbd8b98fc0cb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)