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 | 1110010001001101111000101010110001000110 | e44de2ac46 |
EUC-JP | 膊筮F | 1110011110101110111001001010111001000110 | e7aee4ae46 |
UTF-8 | 膊筮F | 11101000100001101000101011100111101011011010111001000110 | e8868ae7adae46 |
UHC | 膊筮F | 1101101011011011110111111111101101000110 | dadbdffb46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)