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 | 鉎漆章ェ汐 | 111110111100011110001110101111011000111111001101101010101000111010101100 | fbc78ebd8fcdaa8eac |
EUC-JP | 鉎漆章ェ汐 | 1000111111100011110111111011110010111111101111101100111110001110101010101011110010101110 | 8fe3dfbcbfbecf8eaabcae |
UTF-8 | 鉎漆章ェ汐 | 111010011000100110001110111001101011110010000110111001111010101110100000111011111011110110101010111001101011000110010000 | e9898ee6bc86e7aba0efbdaae6b190 |
UHC | ?漆章?汐 | 0011111111110110110101001110110111110001001111111110000010110001 | 3ff6d4edf13fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)