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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隴蛾峺謇ョ | 111010001010110110001001111010011001101110110110111001101000100110101110 | e8ad89e99bb6e689ae |
EUC-JP | 隴蛾峺謇ョ | 11110000101011111011001011101011110101101011100011101011111010011000111010101110 | f0afb2ebd6b8ebe98eae |
UTF-8 | 隴蛾峺謇ョ | 111010011001101010110100111010001001101110111110111001011011001110111010111010001010110010000111111011111011110110101110 | e99ab4e89bbee5b3bae8ac87efbdae |
UHC | ?蛾??? | 001111111110010010110110001111110011111100111111 | 3fe4b63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)