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 | 髴薙e | 111010011001110010010011111000111000001010000101 | e99c93e38285 |
EUC-JP | 髴薙e | 111100011111110011000110111001011010001111100101 | f1fcc6e5a3e5 |
UTF-8 | 髴薙e | 111010011010101110110100111010001001011010011001111011111011110110000101 | e9abb4e89699efbd85 |
UHC | ??e | 00111111001111111010001111100101 | 3f3fa3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)