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 | ????wh | 001111110011111100111111001111110111011101101000 | 3f3f3f3f7768 |
SJIS-WIN | 隶鯉スッwh | 1110100010101110100011001110111110111101101011110111011101101000 | e8ae8cefbdaf7768 |
EUC-JP | 隶鯉スッwh | 11110000101100001011100011110001100011101011110110001110101011110111011101101000 | f0b0b8f18ebd8eaf7768 |
UTF-8 | 隶鯉スッwh | 1110100110011010101101101110100110101111100010011110111110111101101111011110111110111101101011110111011101101000 | e99ab6e9af89efbdbdefbdaf7768 |
UHC | ?鯉??wh | 00111111110101111110111100111111001111110111011101101000 | 3fd7ef3f3f7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)