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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 逕櫁屁逡ゥF | 11100111100101001001111011101000100110111001101111100111100101011010100101000110 | e7949ee89b9be795a946 |
EUC-JP | 逕櫁屁逡ゥF | 1110110111110100110111001110101011010101111110111110110111110101100011101010100101000110 | edf4dcead5fbedf58ea946 |
UTF-8 | 逕櫁屁逡ゥF | 11101001100000001001010111100110101010111000000111100101101100011000000111101001100000001010000111101111101111011010100101000110 | e98095e6ab81e5b181e980a1efbda946 |
UHC | 逕??逡?F | 1100110011101111001111110011111111110001111001000011111101000110 | ccef3f3ff1e43f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)