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 | ?????W | 001111110011111100111111001111110011111101010111 | 3f3f3f3f3f57 |
SJIS-WIN | ???揖?W | 00111111001111110011111110010111010010110011111101010111 | 3f3f3f974b3f57 |
EUC-JP | ???揖?W | 00111111001111110011111111001101101011000011111101010111 | 3f3f3fcdac3f57 |
UTF-8 | 凉깅냵揖퐂W | 11101111101001011011100111101010101110011000010111101011100000111011010111100110100011111001011011101101100100001000001001010111 | efa5b9eab985eb83b5e68f96ed908257 |
UHC | 凉깅냵揖퐂W | 1110010110111100101100011110101110000110100001011110101111100111101111010110011101010111 | e5bcb1eb8685ebe7bd6757 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)