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 | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 溿執F | 1111101101001010100011101011011101000110 | fb4a8eb746 |
EUC-JP | 溿執F | 100011111100100010110001101111001011100101000110 | 8fc8b1bcb946 |
UTF-8 | 溿執F | 11100110101110101011111111100101100111111011011101000110 | e6babfe59fb746 |
UHC | ?執F | 00111111111100101111101101000110 | 3ff2fb46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)