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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ヨ靨ゥ胖汐B | 1111000010111001110101101110100011010010101010011110001111110100100011101010110001000010 | f0b9d6e8d2a9e3f48eac42 |
EUC-JP | ?ヨ靨ゥ胖汐B | 001111111000111011010110111100001101010010001110101010011110011011110110101111001010111001000010 | 3f8ed6f0d48ea9e6f6bcae42 |
UTF-8 | ヨ靨ゥ胖汐B | 11101110100000011011100011101111101111101001011011101001100111011010100011101111101111011010100111101000100000111001011011100110101100011001000001000010 | ee81b8efbe96e99da8efbda9e88396e6b19042 |
UHC | ?????汐B | 0011111100111111001111110011111100111111111000001011000101000010 | 3f3f3f3f3fe0b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)