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 | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | 髣鯉スアQ] | 1110100110010111100011001110111110111101101100010101000101011101 | e9978cefbdb1515d |
EUC-JP | 髣鯉スアQ] | 11110001111101111011100011110001100011101011110110001110101100010101000101011101 | f1f7b8f18ebd8eb1515d |
UTF-8 | 髣鯉スアQ] | 1110100110101011101000111110100110101111100010011110111110111101101111011110111110111101101100010101000101011101 | e9aba3e9af89efbdbdefbdb1515d |
UHC | ?鯉??Q] | 00111111110101111110111100111111001111110101000101011101 | 3fd7ef3f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)