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 | 辿続属脱多 | 10010010010010001001000110110001100100011010111010010010010001011001000110111101 | 924891b191ae924591bd |
EUC-JP | 辿続属脱多 | 11000011101010011100001010110011110000101011000011000011101001101100001010111111 | c3a9c2b3c2b0c3a6c2bf |
UTF-8 | 辿続属脱多 | 111010001011111010111111111001111011011010011010111001011011000110011110111010001000010010110001111001011010010010011010 | e8bebfe7b69ae5b19ee884b1e5a49a |
UHC | ????多 | 001111110011111100111111001111111101001011111101 | 3f3f3f3fd2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)