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 | ??N}??N{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-WIN | タN}タN{^ | 1100000011110110011110110100111001111101110000001111011001111011010011100111101101011110 | c0f67b4e7dc0f67b4e7b5e |
EUC-JP | タ?N}タ?N{^ | 1000111011000000001111110100111001111101100011101100000000111111010011100111101101011110 | 8ec03f4e7d8ec03f4e7b5e |
UTF-8 | タN}タN{^ | 1110111110111110100000001110111010010010101000110100111001111101111011111011111010000000111011101001001010100011010011100111101101011110 | efbe80ee92a34e7defbe80ee92a34e7b5e |
UHC | ??N}??N{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)