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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 楓菰楓菰B | 100101011001011010001100110101001001010110010110100011001101010001000010 | 95968cd495968cd442 |
EUC-JP | 楓菰楓菰B | 110010011111011010111000110101101100100111110110101110001101011001000010 | c9f6b8d6c9f6b8d642 |
UTF-8 | 楓菰楓菰B | 11100110101001011001001111101000100011111011000011100110101001011001001111101000100011111011000001000010 | e6a593e88fb0e6a593e88fb042 |
UHC | 楓菰楓菰B | 111110011010001111001101110010101111100110100011110011011100101001000010 | f9a3cdcaf9a3cdca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)