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 | ????SB | 001111110011111100111111001111110101001101000010 | 3f3f3f3f5342 |
SJIS-WIN | 隶鯉スッSB | 1110100010101110100011001110111110111101101011110101001101000010 | e8ae8cefbdaf5342 |
EUC-JP | 隶鯉スッSB | 11110000101100001011100011110001100011101011110110001110101011110101001101000010 | f0b0b8f18ebd8eaf5342 |
UTF-8 | 隶鯉スッSB | 1110100110011010101101101110100110101111100010011110111110111101101111011110111110111101101011110101001101000010 | e99ab6e9af89efbdbdefbdaf5342 |
UHC | ?鯉??SB | 00111111110101111110111100111111001111110101001101000010 | 3fd7ef3f3f5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)