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 | 彧自ラソ | 1111101010111001100011101010100111110010101000011101011110111111 | fab98ea9f2a1d7bf |
EUC-JP | 彧自?ラソ | 10001111101111001111111010111100101010110011111110001110110101111000111010111111 | 8fbcfebcab3f8ed78ebf |
UTF-8 | 彧自ラソ | 111001011011110110100111111010001000011110101010111011101000011110011000111011111011111010010111111011111011110110111111 | e5bda7e887aaee8798efbe97efbdbf |
UHC | 彧自??? | 11101001111011101110110110111011001111110011111100111111 | e9eeedbb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)