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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 邪酌^ | 1000111011010111100011101101111001011110 | 8ed78ede5e |
EUC-JP | 邪酌^ | 1011110011011001101111001110000001011110 | bcd9bce05e |
UTF-8 | 邪酌^ | 11101001100000101010101011101001100001011000110001011110 | e982aae9858c5e |
UHC | 邪酌^ | 1101111011110111111011011100110001011110 | def7edcc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)