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 | 1111001010101111110100001110100010100010111000101110100111101001100011101010100101000010 | f2afd0e8a2e2e9e98ea942 |
EUC-JP | ?ミ陲粳骼ゥB | 001111111000111011010000111100001010010011100100111010111111000111101110100011101010100101000010 | 3f8ed0f0a4e4ebf1ee8ea942 |
UTF-8 | ミ陲粳骼ゥB | 11101110100001111010011011101111101111101001000011101001100110011011001011100111101100101011001111101001101010101011110011101111101111011010100101000010 | ee87a6efbe90e999b2e7b2b3e9aabcefbda942 |
UHC | ???粳??B | 0011111100111111001111111100101111010111001111110011111101000010 | 3f3f3fcbd73f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)