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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 螂随シ | 111001011010010110010000100011111000001101010110 | e5a5908f8356 |
EUC-JP | 螂随シ | 111010101010011110111111111011111010010110110111 | eaa7bfefa5b7 |
UTF-8 | 螂随シ | 111010001001111010000010111010011001101010001111111000111000001010110111 | e89e82e99a8fe382b7 |
UHC | 螂?シ | 1101010111001100001111111010101110110111 | d5cc3fabb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)