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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 荵呷湊褝 | 1110010010111001100110011110110010010110101010011110010111111010 | e4b999ec96a9e5fa |
EUC-JP | 荵呷湊褝 | 1110100010111011110100101110111011001100101010111110101011111100 | e8bbd2eeccabeafc |
UTF-8 | 荵呷湊褝 | 111010001000110110110101111001011001000110110111111001101011100110001010111010001010010010011101 | e88db5e591b7e6b98ae8a49d |
UHC | ??湊? | 0011111100111111111100011011111000111111 | 3f3ff1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)