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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 櫻??櫻 | 100111110100111000111111001111111001111101001110 | 9f4e3f3f9f4e |
EUC-JP | 櫻?ˇ櫻 | 1101110110101111001111111000111110100010101100001101110110101111 | ddaf3f8fa2b0ddaf |
UTF-8 | 櫻뗫ˇ櫻 | 1110011010101011101110111110101110010111101010111100101110000111111001101010101110111011 | e6abbbeb97abcb87e6abbb |
UHC | 櫻뗫ˇ櫻 | 1110010110100001100010111110101110100010101001111110010110100001 | e5a18beba2a7e5a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)