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 | 唯炎?丹矩 | 100101110100001010001001100010100011111110010010010011111000101111101001 | 9742898a3f924f8be9 |
EUC-JP | 唯炎?丹矩 | 110011011010001110110001111010100011111111000011101100001011011011101011 | cda3b1ea3fc3b0b6eb |
UTF-8 | 唯炎휼丹矩 | 111001011001010010101111111001111000001010001110111011011001110010111100111001001011100010111001111001111001111110101001 | e594afe7828eed9cbce4b8b9e79fa9 |
UHC | 唯炎휼丹矩 | 11101010111001101110011011111010110010001110000111010011101000011100111110111011 | eae6e6fac8e1d3a1cfbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)