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 | ??撫? | 0011111100111111100101011000111100111111 | 3f3f958f3f |
EUC-JP | ??撫勖 | 00111111001111111100100111101111100011111011001111101101 | 3f3fc9ef8fb3ed |
UTF-8 | 諪편撫勖 | 111010001010101110101010111011011000111010111000111001101001001010101011111001011000101110010110 | e8abaaed8eb8e692abe58b96 |
UHC | 諪편撫勖 | 1110111111110101110001101110110111011001111010001110100111101101 | eff5c6edd9e8e9ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)