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 | èû±Y | 11101000111110111011000101011001 | e8fbb159 |
SJIS-WIN | ??±Y | 0011111100111111100000010111110101011001 | 3f3f817d59 |
EUC-JP | èû±Y | 100011111010101110110010100011111010101111100101101000011101111001011001 | 8fabb28fabe5a1de59 |
UTF-8 | èû±Y | 11000011101010001100001110111011110000101011000101011001 | c3a8c3bbc2b159 |
UHC | ??±Y | 0011111100111111101000011011111001011001 | 3f3fa1be59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)