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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 永??揖?h | 1000100101101001001111110011111110010111010010110011111101101000 | 89693f3f974b3f68 |
EUC-JP | 永??揖?h | 1011000111001010001111110011111111001101101011000011111101101000 | b1ca3f3fcdac3f68 |
UTF-8 | 永띠옚揖촻h | 11100110101100001011100011101011100111011010000011101100100110001001101011100110100011111001011011101100101101001011101101101000 | e6b0b8eb9da0ec989ae68f96ecb4bb68 |
UHC | 永띠옚揖촻h | 1110011110110101101101101110110010011110100111101110101111100111101011000111011101101000 | e7b5b6ec9e9eebe7ac7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)