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 | 町?憶?辛 | 1001001010101100001111111000100110101111001111111001000001101000 | 92ac3f89af3f9068 |
EUC-JP | 町?憶?辛 | 1100010010101110001111111011001010110001001111111011111111001001 | c4ae3fb2b13fbfc9 |
UTF-8 | 町렭憶렖辛 | 111001111001010010111010111010111010000010101101111001101000011010110110111010111010000010010110111010001011111010011011 | e794baeba0ade686b6eba096e8be9b |
UHC | 町렭憶렖辛 | 11101111111010111000111010111010111001011110001110001110101010111110001111110100 | efeb8ebae5e38eabe3f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)