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 | ??魚??^ | 00111111001111111000101110011011001111110011111101011110 | 3f3f8b9b3f3f5e |
EUC-JP | ??魚??^ | 00111111001111111011010111111011001111110011111101011110 | 3f3fb5fb3f3f5e |
UTF-8 | 吏렊魚펼놋^ | 11101111101001111001111011101011101000001000101011101001101011011001101011101101100011101011110011101011100001101000101101011110 | efa79eeba08ae9ad9aed8ebceb868b5e |
UHC | 吏렊魚펼놋^ | 1110110010100111100011101010000111100101111000001100011011101110101100111111001001011110 | eca78ea1e5e0c6eeb3f25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)