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 | 邱句Ι | 111001111011011110001011111001011000001110100111 | e7b78be583a7 |
EUC-JP | 邱句Ι | 111011101011100110110110111001111010011010101001 | eeb9b6e7a6a9 |
UTF-8 | 邱句Ι | 1110100110000010101100011110010110001111101001011100111010011001 | e982b1e58fa5ce99 |
UHC | 邱句Ι | 110011111100100011001111101000111010010111001001 | cfc8cfa3a5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)